This patch addresses an incorrect transformation in the DAG combiner.
[oota-llvm.git] / test / CodeGen / PowerPC / vec_perf_shuffle.ll
index 5bb1b6083417a0b295e3d594cd0a104bda8a3e28..2c3594d224fe02fd00f04646f5cd21506a34d0ca 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=ppc32 -mcpu=g5 | not grep vperm
+; RUN: llc < %s -march=ppc32 -mcpu=g5 | not grep vperm
 
 define <4 x float> @test_uu72(<4 x float>* %P1, <4 x float>* %P2) {
        %V1 = load <4 x float>* %P1             ; <<4 x float>> [#uses=1]