| Dan Gohman | 4050339 | 2009-09-08 23:54:48 +0000 | [diff] [blame] | 1 | ; RUN: llc < %s -march=x86 | not grep cltd |
| Evan Cheng | 44cc554 | 2009-01-19 19:06:11 +0000 | [diff] [blame] | 2 | |
| 3 | define i32 @test(i32 %X) nounwind readnone { | ||||
| 4 | entry: | ||||
| 5 | %0 = srem i32 41, %X | ||||
| 6 | ret i32 %0 | ||||
| 7 | } | ||||