[WinEH] Fix single-block cleanup coloring
[oota-llvm.git] / test / CodeGen / PowerPC / rlwimi3.ll
index afeba49de943f1a449190bba248ea2d8df3c12f5..31b6d4aa03bc11cfa7ddec4461111cdaf275824f 100644 (file)
@@ -1,4 +1,5 @@
-; RUN: llc < %s -march=ppc32 -stats |& \
+; 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) {