diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/fp128-i128.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/fp128-i128.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/fp128-i128.ll b/llvm/test/CodeGen/X86/fp128-i128.ll index 77160674ab2..4e987d7b925 100644 --- a/llvm/test/CodeGen/X86/fp128-i128.ll +++ b/llvm/test/CodeGen/X86/fp128-i128.ll @@ -306,10 +306,10 @@ cleanup: ; preds = %entry, %if.then ret void ; CHECK-LABEL: TestCopySign ; CHECK-NOT: call -; CHECK: callq __subtf3 -; CHECK-NOT: call ; CHECK: callq __gttf2 ; CHECK-NOT: call +; CHECK: callq __subtf3 +; CHECK-NOT: call ; CHECK: andps {{.*}}, %xmm0 ; CHECK: retq } |