X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FCodeGen%2FPowerPC%2Fcttz.ll;h=ab493a068a32cea527eaed7f66d01862ad0044d0;hb=26b0000166ca3d00f2a1990b43a1f45cdac4e9b6;hp=2c51e8afa5580a023d9892e0e83b628d25d90f0b;hpb=cfab3da46e1e8e9ed4fafa018e0d28bb5913dde2;p=oota-llvm.git diff --git a/test/CodeGen/PowerPC/cttz.ll b/test/CodeGen/PowerPC/cttz.ll index 2c51e8afa55..ab493a068a3 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)