diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/fp128-cast.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/fp128-cast.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/fp128-cast.ll b/llvm/test/CodeGen/X86/fp128-cast.ll index 2d872498dfc..5bae3cbf0a3 100644 --- a/llvm/test/CodeGen/X86/fp128-cast.ll +++ b/llvm/test/CodeGen/X86/fp128-cast.ll @@ -351,8 +351,8 @@ cleanup: ; preds = %entry, %if.then ; ; X64-LABEL: TestTruncCopysign: ; X64: callq __trunctfdf2 -; X64-NEXT: andpd {{.*}}, %xmm0 -; X64-NEXT: orpd {{.*}}, %xmm0 +; X64-NEXT: andps {{.*}}, %xmm0 +; X64-NEXT: orps {{.*}}, %xmm0 ; X64-NEXT: callq __extenddftf2 ; X64: retq } |