blob: 1b2af4b87a32ea87e0b684cd41a12a4f9c31906e [file] [log] [blame]
Dan Gohman36a09472009-09-08 23:54:48 +00001; RUN: llc < %s -march=x86 | not grep cltd
Evan Cheng2722e7b2009-01-19 19:06:11 +00002
3define i32 @test(i32 %X) nounwind readnone {
4entry:
5 %0 = srem i32 41, %X
6 ret i32 %0
7}