summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/PowerPC/cttz.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/PowerPC/cttz.ll')
-rw-r--r--test/CodeGen/PowerPC/cttz.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/PowerPC/cttz.ll b/test/CodeGen/PowerPC/cttz.ll
index 2c51e8a..ab493a0 100644
--- a/test/CodeGen/PowerPC/cttz.ll
+++ b/test/CodeGen/PowerPC/cttz.ll
@@ -1,5 +1,5 @@
; Make sure this testcase does not use ctpop
-; RUN: llvm-as < %s | llc -march=ppc32 | grep -i cntlzw
+; RUN: llc < %s -march=ppc32 | grep -i cntlzw
declare i32 @llvm.cttz.i32(i32)
OpenPOWER on IntegriCloud