[llvm-commits] CVS: llvm/test/Regression/CodeGen/Generic/isunord.ll
Chris Lattner
lattner at cs.uiuc.edu
Fri Oct 28 12:58:06 PDT 2005
Changes in directory llvm/test/Regression/CodeGen/Generic:
isunord.ll updated: 1.1 -> 1.2
---
Log message:
add the xfail lines
---
Diffs of the changes: (+2 -0)
isunord.ll | 2 ++
1 files changed, 2 insertions(+)
Index: llvm/test/Regression/CodeGen/Generic/isunord.ll
diff -u llvm/test/Regression/CodeGen/Generic/isunord.ll:1.1 llvm/test/Regression/CodeGen/Generic/isunord.ll:1.2
--- llvm/test/Regression/CodeGen/Generic/isunord.ll:1.1 Fri Oct 28 14:52:02 2005
+++ llvm/test/Regression/CodeGen/Generic/isunord.ll Fri Oct 28 14:57:55 2005
@@ -1,4 +1,6 @@
; RUN: llvm-as < %s | llc
+; XFAIL: alpha|ia64|sparcv8
+
declare bool %llvm.isunordered(double, double)
More information about the llvm-commits
mailing list