Merging r259740:
[oota-llvm.git] / test / CodeGen / PowerPC / rlwinm2.ll
index 7ddea4e96aa16cdf3da6ea7846621f42f9fbaa1b..46542d8e09bd058f5afb2c27856974bc9664c0fb 100644 (file)
@@ -1,5 +1,5 @@
 ; All of these ands and shifts should be folded into rlw[i]nm instructions
-; RUN: llvm-as < %s | llc -march=ppc32 -o %t
+; RUN: llc < %s -march=ppc32 -o %t
 ; RUN: not grep and %t
 ; RUN: not grep srawi %t 
 ; RUN: not grep srwi %t