llvm-readobj: fix MachO relocatoin printing a bit.
[oota-llvm.git] / test / CodeGen / PowerPC / vcmp-fold.ll
index 815bb0aedff59970ea0b6b6400ec9ac03bb1c7f4..7a42c27d2b4aebbb4e4f1926baf4c34dcacf3988 100644 (file)
@@ -1,6 +1,6 @@
 ; This should fold the "vcmpbfp." and "vcmpbfp" instructions into a single
 ; "vcmpbfp.".
-; RUN: llvm-as < %s | llc -march=ppc32 -mcpu=g5 | grep vcmpbfp | count 1
+; RUN: llc < %s -march=ppc32 -mcpu=g5 | grep vcmpbfp | count 1
 
 
 define void @test(<4 x float>* %x, <4 x float>* %y, i32* %P) {