aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Generic/isunord.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-11-12 18:35:13 +0000
committerChris Lattner <sabre@nondot.org>2005-11-12 18:35:13 +0000
commit692f871d1f9503b85ce735bdcef1b254b3b54424 (patch)
treee70947076c6a7180b11ab8ce0147c33b1e202e1f /test/CodeGen/Generic/isunord.ll
parentc76ea439b6231cedcbcffd27169dbad673151c55 (diff)
downloadexternal_llvm-692f871d1f9503b85ce735bdcef1b254b3b54424.zip
external_llvm-692f871d1f9503b85ce735bdcef1b254b3b54424.tar.gz
external_llvm-692f871d1f9503b85ce735bdcef1b254b3b54424.tar.bz2
this is no apparently passing on alpha
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24331 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Generic/isunord.ll')
-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 2b94a13..21205c1 100644
--- a/test/CodeGen/Generic/isunord.ll
+++ b/test/CodeGen/Generic/isunord.ll
@@ -1,5 +1,5 @@
; RUN: llvm-as < %s | llc
-; XFAIL: alpha|ia64|sparcv8
+; XFAIL: ia64|sparcv8
declare bool %llvm.isunordered(double, double)