diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/fp128-cast.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/fp128-cast.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/fp128-cast.ll b/llvm/test/CodeGen/X86/fp128-cast.ll index d299d5337c0..f58bee3e189 100644 --- a/llvm/test/CodeGen/X86/fp128-cast.ll +++ b/llvm/test/CodeGen/X86/fp128-cast.ll @@ -844,8 +844,8 @@ define fp128 @TestTruncCopysign(fp128 %x, i32 %n) nounwind { ; X64-NEXT: # %bb.1: # %if.then ; X64-NEXT: pushq %rax ; X64-NEXT: callq __trunctfdf2 -; X64-NEXT: movsd {{.*#+}} xmm1 = mem[0],zero ; X64-NEXT: andps {{.*}}(%rip), %xmm0 +; X64-NEXT: movsd {{.*#+}} xmm1 = mem[0],zero ; X64-NEXT: orps %xmm1, %xmm0 ; X64-NEXT: callq __extenddftf2 ; X64-NEXT: addq $8, %rsp |