[WinEH] Fix single-block cleanup coloring
[oota-llvm.git] / test / CodeGen / PowerPC / rlwimi3.ll
index 05d37bf1625fbee48940d59319654607b01f5594..31b6d4aa03bc11cfa7ddec4461111cdaf275824f 100644 (file)
@@ -1,5 +1,6 @@
-; RUN: llc < %s -march=ppc32 -stats |& \
-; RUN:   grep {Number of machine instrs printed} | grep 12
+; REQUIRES: asserts
+; RUN: llc < %s -march=ppc32 -stats 2>&1 | \
+; RUN:   grep "Number of machine instrs printed" | grep 12
 
 define i16 @Trans16Bit(i32 %srcA, i32 %srcB, i32 %alpha) {
        %tmp1 = shl i32 %srcA, 15               ; <i32> [#uses=1]