Cleanup PPC CR-spill kill flags and 32- vs. 64-bit instructions
[oota-llvm.git] / test / CodeGen / PowerPC / iabs.ll
index 677b41bb12e16cf6539fd34f7bf1fe2f4f348dac..f683238de2686dea95316330b156c19b9e58a840 100644 (file)
@@ -1,5 +1,6 @@
-; RUN: llvm-as < %s | llc -march=ppc32 -stats |& \
-; RUN:   grep {4 .*Number of machine instrs printed}
+; REQUIRES: asserts
+; RUN: llc < %s -march=ppc32 -stats 2>&1 | \
+; RUN:   grep "4 .*Number of machine instrs printed"
 
 ;; Integer absolute value, should produce something as good as:
 ;;      srawi r2, r3, 31