diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/insertps-from-constantpool.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/insertps-from-constantpool.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/insertps-from-constantpool.ll b/llvm/test/CodeGen/X86/insertps-from-constantpool.ll index cfcfeacad06..e0a371ebe40 100644 --- a/llvm/test/CodeGen/X86/insertps-from-constantpool.ll +++ b/llvm/test/CodeGen/X86/insertps-from-constantpool.ll @@ -5,12 +5,12 @@ define <4 x float> @fold_from_constantpool(<4 x float> %a) { ; X32-LABEL: fold_from_constantpool: -; X32: # BB#0: +; X32: # %bb.0: ; X32-NEXT: insertps {{.*#+}} xmm0 = mem[0],xmm0[1,2,3] ; X32-NEXT: retl ; ; X64-LABEL: fold_from_constantpool: -; X64: # BB#0: +; X64: # %bb.0: ; X64-NEXT: insertps {{.*#+}} xmm0 = mem[0],xmm0[1,2,3] ; X64-NEXT: retq %1 = call <4 x float> @llvm.x86.sse41.insertps(<4 x float> %a, <4 x float> <float 0.0, float 1.0, float 0.0, float 0.0>, i8 64) |