[llvm-commits] CVS: llvm/test/CodeGen/Alpha/cmov.ll
Andrew Lenharth
alenhar2 at cs.uiuc.edu
Mon Apr 16 21:07:48 PDT 2007
Changes in directory llvm/test/CodeGen/Alpha:
cmov.ll updated: 1.4 -> 1.5
---
Log message:
this is fixed
---
Diffs of the changes: (+1 -1)
cmov.ll | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/test/CodeGen/Alpha/cmov.ll
diff -u llvm/test/CodeGen/Alpha/cmov.ll:1.4 llvm/test/CodeGen/Alpha/cmov.ll:1.5
--- llvm/test/CodeGen/Alpha/cmov.ll:1.4 Sun Apr 15 18:00:46 2007
+++ llvm/test/CodeGen/Alpha/cmov.ll Mon Apr 16 23:07:27 2007
@@ -1,6 +1,6 @@
; RUN: llvm-upgrade < %s | llvm-as | llc -march=alpha | not grep cmovlt
; RUN: llvm-upgrade < %s | llvm-as | llc -march=alpha | grep cmoveq
-; XFAIL: *
+
long %cmov_lt(long %a, long %c) {
entry:
More information about the llvm-commits
mailing list