blob: 3e17fc0b43098eb49bb873819a0f348005ce59b7 [file] [log] [blame]
Evan Cheng2722e7b2009-01-19 19:06:11 +00001; RUN: llvm-as < %s | llc -march=x86 | not grep cltd
2
3define i32 @test(i32 %X) nounwind readnone {
4entry:
5 %0 = srem i32 41, %X
6 ret i32 %0
7}