aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Generic/isunord.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-10-28 19:57:55 +0000
committerChris Lattner <sabre@nondot.org>2005-10-28 19:57:55 +0000
commitdda73c12e9c8fded044a7f51c10e7a8c147b3c88 (patch)
treefda2e22acda66baa1f9292e7adbeb33ece2a3a82 /test/CodeGen/Generic/isunord.ll
parent32b03ff918d8f21e0435fd4d2e0dfdd26e32089e (diff)
downloadexternal_llvm-dda73c12e9c8fded044a7f51c10e7a8c147b3c88.zip
external_llvm-dda73c12e9c8fded044a7f51c10e7a8c147b3c88.tar.gz
external_llvm-dda73c12e9c8fded044a7f51c10e7a8c147b3c88.tar.bz2
add the xfail lines
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24066 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Generic/isunord.ll')
-rw-r--r--test/CodeGen/Generic/isunord.ll2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CodeGen/Generic/isunord.ll b/test/CodeGen/Generic/isunord.ll
index 784c73c..2b94a13 100644
--- a/test/CodeGen/Generic/isunord.ll
+++ b/test/CodeGen/Generic/isunord.ll
@@ -1,4 +1,6 @@
; RUN: llvm-as < %s | llc
+; XFAIL: alpha|ia64|sparcv8
+
declare bool %llvm.isunordered(double, double)