Eliminate more uses of llvm-as and llvm-dis.
[oota-llvm.git] / test / CodeGen / PowerPC / inverted-bool-compares.ll
index f8c5f11180ca11ab6e386082783b28ad6923aef9..aa7e4d6860246fe37cc30aa0c2987b05f46cd836 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=ppc32 | not grep xori
+; RUN: llc < %s -march=ppc32 | not grep xori
 
 define i32 @test(i1 %B, i32* %P) {
         br i1 %B, label %T, label %F