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 56027dd3ea..230e096b08 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 | not grep -i ctpop
+; RUN: llc < %s -march=alpha | not grep -i ctpop
declare i64 @llvm.ctlz.i64(i64)