Convert the uses of '|&' to use '2>&1 |' instead, which works on old
[oota-llvm.git] / test / CodeGen / X86 / pr3522.ll
index 112253038b7970ec59988b4a1005faaa20369036..42db26455a931f7cdf93db79e38f12bc2b6ebd40 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86 -stats |& not grep {instructions sunk}
+; RUN: llc < %s -march=x86 -stats 2>&1 | not grep {instructions sunk}
 ; PR3522
 
 target triple = "i386-pc-linux-gnu"