summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2006-05-22-FPSetEQ.ll
diff options
context:
space:
mode:
authorStuart Hastings <stuart@apple.com>2011-06-01 16:13:09 +0000
committerStuart Hastings <stuart@apple.com>2011-06-01 16:13:09 +0000
commitd7de95464482a635270ac2f8b1562d2ba3b6c4b7 (patch)
tree51b8cf7f971741d149fa0c319acf2eb6836ab9ff /test/CodeGen/X86/2006-05-22-FPSetEQ.ll
parentb909d35de4bd62d9db1717df72186fd123b176e0 (diff)
downloadllvm-d7de95464482a635270ac2f8b1562d2ba3b6c4b7.tar.gz
llvm-d7de95464482a635270ac2f8b1562d2ba3b6c4b7.tar.bz2
llvm-d7de95464482a635270ac2f8b1562d2ba3b6c4b7.tar.xz
A forthcoming SSE patch will break this test; since the test is also
valid for x87, re-target to x87. rdar://problem/5993888 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132401 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/2006-05-22-FPSetEQ.ll')
-rw-r--r--test/CodeGen/X86/2006-05-22-FPSetEQ.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/2006-05-22-FPSetEQ.ll b/test/CodeGen/X86/2006-05-22-FPSetEQ.ll
index 35b0159d39..6c5a4fb3bd 100644
--- a/test/CodeGen/X86/2006-05-22-FPSetEQ.ll
+++ b/test/CodeGen/X86/2006-05-22-FPSetEQ.ll
@@ -1,5 +1,5 @@
-; RUN: llc < %s -march=x86 | grep setnp
-; RUN: llc < %s -march=x86 -enable-unsafe-fp-math -enable-no-nans-fp-math | \
+; RUN: llc < %s -march=x86 -mattr=-sse | grep setnp
+; RUN: llc < %s -march=x86 -mattr=-sse -enable-unsafe-fp-math -enable-no-nans-fp-math | \
; RUN: not grep setnp
define i32 @test(float %f) {