diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/imul-lea.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/imul-lea.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/imul-lea.ll b/llvm/test/CodeGen/X86/imul-lea.ll index 48490074ac3..777222ec0bf 100644 --- a/llvm/test/CodeGen/X86/imul-lea.ll +++ b/llvm/test/CodeGen/X86/imul-lea.ll @@ -5,7 +5,7 @@ declare i32 @foo() define i32 @test() { ; CHECK-LABEL: test: -; CHECK: # BB#0: +; CHECK: # %bb.0: ; CHECK-NEXT: calll foo ; CHECK-NEXT: leal (%eax,%eax,8), %eax ; CHECK-NEXT: retl |