blob: 7452c7e3aa0cc9c588e20afe0f1e09945b6b183d [file] [log] [blame]
; RUN: llvm-upgrade < %s | llvm-as | llc
int %test(int %X) {
%Y = div int %X, -2
ret int %Y
}