summaryrefslogtreecommitdiff
path: root/test/CodeGen/Alpha/ctlz_e.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/Alpha/ctlz_e.ll')
-rw-r--r--test/CodeGen/Alpha/ctlz_e.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Alpha/ctlz_e.ll b/test/CodeGen/Alpha/ctlz_e.ll
index dc16eb50be..d7dab23ea9 100644
--- a/test/CodeGen/Alpha/ctlz_e.ll
+++ b/test/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)