aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/vec_return.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/vec_return.ll')
-rw-r--r--test/CodeGen/X86/vec_return.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/vec_return.ll b/test/CodeGen/X86/vec_return.ll
index 556e32d0c87b9..f33b6a1c126a6 100644
--- a/test/CodeGen/X86/vec_return.ll
+++ b/test/CodeGen/X86/vec_return.ll
@@ -4,7 +4,7 @@
; Without any typed operations, always use the smaller xorps.
define <2 x double> @test() {
; CHECK-LABEL: test:
-; CHECK: # BB#0:
+; CHECK: # %bb.0:
; CHECK-NEXT: xorps %xmm0, %xmm0
; CHECK-NEXT: retl
ret <2 x double> zeroinitializer
@@ -13,7 +13,7 @@ define <2 x double> @test() {
; Prefer a constant pool load here.
define <4 x i32> @test2() nounwind {
; CHECK-LABEL: test2:
-; CHECK: # BB#0:
+; CHECK: # %bb.0:
; CHECK-NEXT: movaps {{.*#+}} xmm0 = [0,0,1,0]
; CHECK-NEXT: retl
ret <4 x i32> < i32 0, i32 0, i32 1, i32 0 >