blob: e3cb69ca591f660d2d42f2ebe95a7ecd0d21c41c [file] [log] [blame]
Dan Gohman0a063102009-09-08 23:54:48 +00001; RUN: llc < %s -march=x86 | grep 111
Dan Gohmanfdb31f12007-11-26 23:46:11 +00002
3define i8 @foo(i8 %tmp325) {
4 %t546 = urem i8 %tmp325, 37
5 ret i8 %t546
6}