[llvm-commits] CVS: llvm/test/CodeGen/Generic/isunord.ll
Chris Lattner
sabre at nondot.org
Sat May 5 15:13:17 PDT 2007
Changes in directory llvm/test/CodeGen/Generic:
isunord.ll updated: 1.5 -> 1.6
---
Log message:
the sparc v8 backend handles this correctly
---
Diffs of the changes: (+1 -1)
isunord.ll | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/test/CodeGen/Generic/isunord.ll
diff -u llvm/test/CodeGen/Generic/isunord.ll:1.5 llvm/test/CodeGen/Generic/isunord.ll:1.6
--- llvm/test/CodeGen/Generic/isunord.ll:1.5 Sat Dec 2 14:38:10 2006
+++ llvm/test/CodeGen/Generic/isunord.ll Sat May 5 17:12:57 2007
@@ -1,5 +1,5 @@
; RUN: llvm-upgrade < %s | llvm-as | llc
-; XFAIL: ia64|sparcv8
+; XFAIL: ia64
declare bool %llvm.isunordered.f64(double, double)
More information about the llvm-commits
mailing list