Enable PPC CTR loop formation by default.
[oota-llvm.git] / test / CodeGen / PowerPC / mul-neg-power-2.ll
index 90446d707db7fe569459096098ce996385f7547d..9688d6e3d51995706ab24556e4f802f077ddd1ce 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=ppc32 | not grep mul
+; RUN: llc < %s -march=ppc32 | not grep mul
 
 define i32 @test1(i32 %a) {
         %tmp.1 = mul i32 %a, -2         ; <i32> [#uses=1]