blob: 3fa005079de7ed0d811fdc2d179eb17ab4275ba3 [file] [log] [blame]
Dan Gohman36a09472009-09-08 23:54:48 +00001; RUN: llc < %s -march=x86 | grep mov | count 1
Dan Gohman339ffed2008-02-18 17:55:26 +00002; PR1874
3
4define i32 @test(i32 %a, i32 %b) {
5entry:
6 %tmp3 = mul i32 %b, %a
7 ret i32 %tmp3
8}