diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/vec_set-C.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/vec_set-C.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/vec_set-C.ll b/llvm/test/CodeGen/X86/vec_set-C.ll index 865e2fb83f1..877d99abbb9 100644 --- a/llvm/test/CodeGen/X86/vec_set-C.ll +++ b/llvm/test/CodeGen/X86/vec_set-C.ll @@ -4,12 +4,12 @@ define <2 x i64> @t1(i64 %x) nounwind { ; X86-LABEL: t1: -; X86: # BB#0: +; X86: # %bb.0: ; X86-NEXT: movsd {{.*#+}} xmm0 = mem[0],zero ; X86-NEXT: retl ; ; X64-LABEL: t1: -; X64: # BB#0: +; X64: # %bb.0: ; X64-NEXT: movq %rdi, %xmm0 ; X64-NEXT: retq %tmp8 = insertelement <2 x i64> zeroinitializer, i64 %x, i32 0 |