summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/imul-lea-2.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/X86/imul-lea-2.ll')
-rw-r--r--llvm/test/CodeGen/X86/imul-lea-2.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/imul-lea-2.ll b/llvm/test/CodeGen/X86/imul-lea-2.ll
index a633e453c88..d1de25d02ef 100644
--- a/llvm/test/CodeGen/X86/imul-lea-2.ll
+++ b/llvm/test/CodeGen/X86/imul-lea-2.ll
@@ -4,7 +4,7 @@
define i64 @t1(i64 %a) nounwind readnone {
; CHECK-LABEL: t1:
-; CHECK: # BB#0: # %entry
+; CHECK: # %bb.0: # %entry
; CHECK-NEXT: leaq (%rdi,%rdi,8), %rax
; CHECK-NEXT: leaq (%rax,%rax,8), %rax
; CHECK-NEXT: retq
@@ -15,7 +15,7 @@ entry:
define i64 @t2(i64 %a) nounwind readnone {
; CHECK-LABEL: t2:
-; CHECK: # BB#0: # %entry
+; CHECK: # %bb.0: # %entry
; CHECK-NEXT: shlq $3, %rdi
; CHECK-NEXT: leaq (%rdi,%rdi,4), %rax
; CHECK-NEXT: retq
OpenPOWER on IntegriCloud