new testcase
[oota-llvm.git] / test / CodeGen / Generic / div-neg-power-2.ll
1 ; RUN: llvm-as < %s | llc
2
3 int %test(int %X) {
4   %Y = div int %X, -2
5   ret int %Y
6 }