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

