summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-04-16 14:07:53 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-04-16 14:07:53 +0000
commit57910836bdfcaf43c0706ea163932f82382b9963 (patch)
tree15e48f760cfd2e66df7bb787533997aa894e4b21 /test
parent2b85c4595ed870bf08edb37acd79da6993ecc345 (diff)
downloadllvm-57910836bdfcaf43c0706ea163932f82382b9963.tar.gz
llvm-57910836bdfcaf43c0706ea163932f82382b9963.tar.bz2
llvm-57910836bdfcaf43c0706ea163932f82382b9963.tar.xz
For PR1336:
Un-XFAIL as Alpha feature now specified in lower case. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36126 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/Alpha/ctlz.ll1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/CodeGen/Alpha/ctlz.ll b/test/CodeGen/Alpha/ctlz.ll
index e80266fdd5..0ad014dbf9 100644
--- a/test/CodeGen/Alpha/ctlz.ll
+++ b/test/CodeGen/Alpha/ctlz.ll
@@ -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)