diff options
Diffstat (limited to 'llvm/test/CodeGen/Alpha/ctlz_e.ll')
-rw-r--r-- | llvm/test/CodeGen/Alpha/ctlz_e.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/Alpha/ctlz_e.ll b/llvm/test/CodeGen/Alpha/ctlz_e.ll index 7956f5c13df..0a2faab5cb3 100644 --- a/llvm/test/CodeGen/Alpha/ctlz_e.ll +++ b/llvm/test/CodeGen/Alpha/ctlz_e.ll @@ -1,5 +1,6 @@ ; Make sure this testcase does not use ctpop ; RUN: llvm-upgrade < %s | llvm-as | llc -march=alpha | not grep -i ctpop +; XFAIL: * declare ulong %llvm.ctlz(ulong) |