blob: 8a433334f627f548e8144a785fb6b416d81f0a27 [file] [log] [blame]
Dan Gohmanfdb31f12007-11-26 23:46:11 +00001; RUN: llvm-as < %s | llc -march=x86 | not grep mul
2
3define i8 @foo(i8 %tmp325) {
4 %t546 = urem i8 %tmp325, 37
5 ret i8 %t546
6}