[llvm-commits] CVS: llvm/test/Regression/CodeGen/Generic/isunord.ll
Chris Lattner
lattner at cs.uiuc.edu
Sat Nov 12 10:35:25 PST 2005
Changes in directory llvm/test/Regression/CodeGen/Generic:
isunord.ll updated: 1.2 -> 1.3
---
Log message:
this is no apparently passing on alpha
---
Diffs of the changes: (+1 -1)
isunord.ll | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/test/Regression/CodeGen/Generic/isunord.ll
diff -u llvm/test/Regression/CodeGen/Generic/isunord.ll:1.2 llvm/test/Regression/CodeGen/Generic/isunord.ll:1.3
--- llvm/test/Regression/CodeGen/Generic/isunord.ll:1.2 Fri Oct 28 14:57:55 2005
+++ llvm/test/Regression/CodeGen/Generic/isunord.ll Sat Nov 12 12:35:14 2005
@@ -1,5 +1,5 @@
; RUN: llvm-as < %s | llc
-; XFAIL: alpha|ia64|sparcv8
+; XFAIL: ia64|sparcv8
declare bool %llvm.isunordered(double, double)
More information about the llvm-commits
mailing list