PPC::B and PPC::BCC's target operand may be an immediate.
[llvm/msp430.git] / test / FrontendC / exact-div-expr.c
blob9dce922f95325752841ab75d40fe90b731885bdc
1 // RUN: %llvmgcc -S %s -o - -O1 | grep ashr
2 // RUN: %llvmgcc -S %s -o - -O1 | not grep sdiv
4 long long test(int *A, int *B) {
5 return A-B;