Eliminate more uses of llvm-as and llvm-dis.
[oota-llvm.git] / test / CodeGen / PowerPC / vec_fneg.ll
index 9fdbffd33ed5192433cd45662994b32fdc379c4e..e01e65979f6f798f14fecc98407bca1cc16c30a6 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=ppc32 -mcpu=g5 | grep vsubfp
+; RUN: llc < %s -march=ppc32 -mcpu=g5 | grep vsubfp
 
 define void @t(<4 x float>* %A) {
        %tmp2 = load <4 x float>* %A