[llvm-commits] CVS: llvm/test/CodeGen/Alpha/ctlz.ll
Reid Spencer
reid at x10sys.com
Mon Apr 16 07:08:14 PDT 2007
Changes in directory llvm/test/CodeGen/Alpha:
ctlz.ll updated: 1.8 -> 1.9
---
Log message:
For PR1336: http://llvm.org/PR1336 :
Un-XFAIL as Alpha feature now specified in lower case.
---
Diffs of the changes: (+0 -1)
ctlz.ll | 1 -
1 files changed, 1 deletion(-)
Index: llvm/test/CodeGen/Alpha/ctlz.ll
diff -u llvm/test/CodeGen/Alpha/ctlz.ll:1.8 llvm/test/CodeGen/Alpha/ctlz.ll:1.9
--- llvm/test/CodeGen/Alpha/ctlz.ll:1.8 Sun Apr 15 18:00:46 2007
+++ llvm/test/CodeGen/Alpha/ctlz.ll Mon Apr 16 09:07:53 2007
@@ -4,7 +4,6 @@
; RUN: llvm-as < %s | llc -march=alpha -mcpu=ev6 | not grep -i ctlz
; RUN: llvm-as < %s | llc -march=alpha -mcpu=ev56 | not grep -i ctlz
; RUN: llvm-as < %s | llc -march=alpha -mattr=-CIX | not grep -i ctlz
-; XFAIL: *
declare i32 @llvm.ctlz.i8(i8)
More information about the llvm-commits
mailing list