[llvm-commits] CVS: llvm/test/CodeGen/Alpha/ctpop.ll
Reid Spencer
reid at x10sys.com
Mon Apr 16 10:51:46 PDT 2007
Changes in directory llvm/test/CodeGen/Alpha:
ctpop.ll updated: 1.11 -> 1.12
---
Log message:
For PR1336: http://llvm.org/PR1336 :
Un-XFAIL because this passes now.
---
Diffs of the changes: (+0 -1)
ctpop.ll | 1 -
1 files changed, 1 deletion(-)
Index: llvm/test/CodeGen/Alpha/ctpop.ll
diff -u llvm/test/CodeGen/Alpha/ctpop.ll:1.11 llvm/test/CodeGen/Alpha/ctpop.ll:1.12
--- llvm/test/CodeGen/Alpha/ctpop.ll:1.11 Mon Apr 16 10:31:48 2007
+++ llvm/test/CodeGen/Alpha/ctpop.ll Mon Apr 16 12:51:25 2007
@@ -8,7 +8,6 @@
; RUN: not grep -i ctpop
; RUN: llvm-upgrade < %s | llvm-as | llc -march=alpha -mattr=-CIX | \
; RUN: not grep -i ctpop
-; XFAIL: *
declare long %llvm.ctpop.i64(long)
More information about the llvm-commits
mailing list