summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/mmx-arg-passing-x86-64.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/X86/mmx-arg-passing-x86-64.ll')
-rw-r--r--llvm/test/CodeGen/X86/mmx-arg-passing-x86-64.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/X86/mmx-arg-passing-x86-64.ll b/llvm/test/CodeGen/X86/mmx-arg-passing-x86-64.ll
index 41f9a7822b2..b88916053be 100644
--- a/llvm/test/CodeGen/X86/mmx-arg-passing-x86-64.ll
+++ b/llvm/test/CodeGen/X86/mmx-arg-passing-x86-64.ll
@@ -8,7 +8,7 @@
define void @t3() nounwind {
; X86-64-LABEL: t3:
-; X86-64: ## BB#0:
+; X86-64: ## %bb.0:
; X86-64-NEXT: movq _g_v8qi@{{.*}}(%rip), %rax
; X86-64-NEXT: movsd {{.*#+}} xmm0 = mem[0],zero
; X86-64-NEXT: movb $1, %al
@@ -21,7 +21,7 @@ define void @t3() nounwind {
define void @t4(x86_mmx %v1, x86_mmx %v2) nounwind {
; X86-64-LABEL: t4:
-; X86-64: ## BB#0:
+; X86-64: ## %bb.0:
; X86-64-NEXT: movdq2q %xmm1, %mm0
; X86-64-NEXT: movq %mm0, -{{[0-9]+}}(%rsp)
; X86-64-NEXT: movdq2q %xmm0, %mm0
@@ -41,7 +41,7 @@ define void @t4(x86_mmx %v1, x86_mmx %v2) nounwind {
define void @t5() nounwind {
; X86-64-LABEL: t5:
-; X86-64: ## BB#0:
+; X86-64: ## %bb.0:
; X86-64-NEXT: pushq %rax
; X86-64-NEXT: xorl %edi, %edi
; X86-64-NEXT: callq _pass_v1di
OpenPOWER on IntegriCloud