if we have a large GEP offset on a 32-bit or other target, make
[oota-llvm.git] / test / CodeGen / X86 / rem-2.ll
1 ; RUN: llvm-as < %s | llc -march=x86 | not grep cltd
2
3 define i32 @test(i32 %X) nounwind readnone {
4 entry:
5         %0 = srem i32 41, %X
6         ret i32 %0
7 }