aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)