diff options
Diffstat (limited to 'llvm/test/CodeGen/Alpha/ctlz.ll')
-rw-r--r-- | llvm/test/CodeGen/Alpha/ctlz.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/Alpha/ctlz.ll b/llvm/test/CodeGen/Alpha/ctlz.ll index 0ad014dbf97..e80266fdd5c 100644 --- a/llvm/test/CodeGen/Alpha/ctlz.ll +++ b/llvm/test/CodeGen/Alpha/ctlz.ll @@ -4,6 +4,7 @@ ; 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) |