diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/sse-fcopysign.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/sse-fcopysign.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/X86/sse-fcopysign.ll b/llvm/test/CodeGen/X86/sse-fcopysign.ll index b01bbac77a4..b84a58938ed 100644 --- a/llvm/test/CodeGen/X86/sse-fcopysign.ll +++ b/llvm/test/CodeGen/X86/sse-fcopysign.ll @@ -108,9 +108,9 @@ define double @int2(double %a, float %b, float %c) nounwind { ; X64: # BB#0: ; X64-NEXT: addss %xmm2, %xmm1 ; X64-NEXT: cvtss2sd %xmm1, %xmm1 -; X64-NEXT: andpd {{.*}}(%rip), %xmm1 -; X64-NEXT: andpd {{.*}}(%rip), %xmm0 -; X64-NEXT: orpd %xmm1, %xmm0 +; X64-NEXT: andps {{.*}}(%rip), %xmm1 +; X64-NEXT: andps {{.*}}(%rip), %xmm0 +; X64-NEXT: orps %xmm1, %xmm0 ; X64-NEXT: retq %tmp1 = fadd float %b, %c %tmp2 = fpext float %tmp1 to double |