remove the "old" at&t style asmprinter. Unfortunately, most of the
[llvm/avr.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;