Eliminate more uses of llvm-as and llvm-dis.
[oota-llvm.git] / test / CodeGen / PowerPC / fma.ll
index 4a6fe70574f46a0c5a2fc75f663402c49f17bf6e..815c72c1f8a744e33fced6482bf3324b83877481 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=ppc32 | \
+; RUN: llc < %s -march=ppc32 | \
 ; RUN:   egrep {fn?madd|fn?msub} | count 8
 
 define double @test_FMADD1(double %A, double %B, double %C) {