diff options
| author | Bob Wilson <bob.wilson@apple.com> | 2009-09-10 00:49:22 +0000 |
|---|---|---|
| committer | Bob Wilson <bob.wilson@apple.com> | 2009-09-10 00:49:22 +0000 |
| commit | 59e4c84c6f5c57cf664579b21a3d0cce704140c2 (patch) | |
| tree | 447c4661dee1c9a670ec8ea03c17b907a489e7fc /llvm/test/CodeGen | |
| parent | a482ec83c5bf5dd5039c5faf8b335464014c2a68 (diff) | |
| download | bcm5719-llvm-59e4c84c6f5c57cf664579b21a3d0cce704140c2.tar.gz bcm5719-llvm-59e4c84c6f5c57cf664579b21a3d0cce704140c2.zip | |
Revert r81171 which was causing pr4927.
llvm-svn: 81415
Diffstat (limited to 'llvm/test/CodeGen')
| -rw-r--r-- | llvm/test/CodeGen/X86/fast-isel-fneg.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/X86/fast-isel-fneg.ll b/llvm/test/CodeGen/X86/fast-isel-fneg.ll index 70191bdfdf1..15d4772927d 100644 --- a/llvm/test/CodeGen/X86/fast-isel-fneg.ll +++ b/llvm/test/CodeGen/X86/fast-isel-fneg.ll @@ -1,14 +1,14 @@ -; RUN: llc < %s -fast-isel -fast-isel-abort -march=x86-64 | FileCheck %s +; RUN: llc < %s -fast-isel -march=x86-64 | FileCheck %s ; CHECK: doo: -; CHECK: xor +; CHECK: xorpd define double @doo(double %x) nounwind { %y = fsub double -0.0, %x ret double %y } ; CHECK: foo: -; CHECK: xor +; CHECK: xorps define float @foo(float %x) nounwind { %y = fsub float -0.0, %x ret float %y |

