diff options
Diffstat (limited to 'test/CodeGen/Alpha/ctpop.ll')
-rw-r--r-- | test/CodeGen/Alpha/ctpop.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Alpha/ctpop.ll b/test/CodeGen/Alpha/ctpop.ll index 681c288..5c84a2c 100644 --- a/test/CodeGen/Alpha/ctpop.ll +++ b/test/CodeGen/Alpha/ctpop.ll @@ -1,6 +1,6 @@ ; Make sure this testcase codegens to the ctpop instruction ; XFAIL: * -; RUN: llvm-as < %s | llc -march=alpha -enable-alpha-CT | grep 'ctpop' +; RUN: llvm-as < %s | llc -march=alpha -enable-alpha-CT | grep -i 'ctpop' declare long %llvm.ctpop(long) |