diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-04-16 14:07:53 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-04-16 14:07:53 +0000 |
commit | 57910836bdfcaf43c0706ea163932f82382b9963 (patch) | |
tree | 15e48f760cfd2e66df7bb787533997aa894e4b21 /test/CodeGen | |
parent | 2b85c4595ed870bf08edb37acd79da6993ecc345 (diff) | |
download | external_llvm-57910836bdfcaf43c0706ea163932f82382b9963.zip external_llvm-57910836bdfcaf43c0706ea163932f82382b9963.tar.gz external_llvm-57910836bdfcaf43c0706ea163932f82382b9963.tar.bz2 |
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/CodeGen')
-rw-r--r-- | test/CodeGen/Alpha/ctlz.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/CodeGen/Alpha/ctlz.ll b/test/CodeGen/Alpha/ctlz.ll index e80266f..0ad014d 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) |