aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-05-05 22:12:57 +0000
committerChris Lattner <sabre@nondot.org>2007-05-05 22:12:57 +0000
commit23f7f5898ea0e618bfe3937b78bae2dd56c13b49 (patch)
tree247abe7d35c27152952e0f74352d1b06c54dc8ed /test
parent2947fd50cbfd8c41e988cf10f3f9cb15ad177282 (diff)
the sparc v8 backend handles this correctly
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36801 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/Generic/isunord.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Generic/isunord.ll b/test/CodeGen/Generic/isunord.ll
index c8dabc4424..1495bd0bb2 100644
--- a/test/CodeGen/Generic/isunord.ll
+++ b/test/CodeGen/Generic/isunord.ll
@@ -1,5 +1,5 @@
; RUN: llvm-upgrade < %s | llvm-as | llc
-; XFAIL: ia64|sparcv8
+; XFAIL: ia64
declare bool %llvm.isunordered.f64(double, double)