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