blob: a0979deaca887a314b16aa0b44a411db331f8ddd [file] [log] [blame]
Chris Lattner01f45ca2007-03-28 18:03:14 +00001; RUN: llvm-as < %s | llc -march=x86-64 | grep 'leal (%rdi,%rdi,2), %eax'
2
3define i32 @test(i32 %a) {
4 %tmp2 = mul i32 %a, 3 ; <i32> [#uses=1]
5 ret i32 %tmp2
6}
7