1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-25 22:12:57 +02:00
llvm-mirror/test/CodeGen/Generic/div-neg-power-2.ll
2007-01-17 07:59:14 +00:00

7 lines
99 B
LLVM

; RUN: llvm-upgrade < %s | llvm-as | llc
int %test(int %X) {
%Y = div int %X, -2
ret int %Y
}