[llvm-commits] CVS: llvm/test/Regression/CodeGen/Alpha/ctpop.ll
Chris Lattner
lattner at cs.uiuc.edu
Fri May 13 19:35:55 PDT 2005
Changes in directory llvm/test/Regression/CodeGen/Alpha:
ctpop.ll updated: 1.4 -> 1.5
---
Log message:
this passes
---
Diffs of the changes: (+0 -1)
ctpop.ll | 1 -
1 files changed, 1 deletion(-)
Index: llvm/test/Regression/CodeGen/Alpha/ctpop.ll
diff -u llvm/test/Regression/CodeGen/Alpha/ctpop.ll:1.4 llvm/test/Regression/CodeGen/Alpha/ctpop.ll:1.5
--- llvm/test/Regression/CodeGen/Alpha/ctpop.ll:1.4 Fri May 13 14:49:02 2005
+++ llvm/test/Regression/CodeGen/Alpha/ctpop.ll Fri May 13 21:35:38 2005
@@ -1,5 +1,4 @@
; Make sure this testcase codegens to the ctpop instruction
-; XFAIL: *
; RUN: llvm-as < %s | llc -march=alpha -enable-alpha-CT | grep -i 'ctpop'
declare long %llvm.ctpop(long)
More information about the llvm-commits
mailing list