Convert the uses of '|&' to use '2>&1 |' instead, which works on old
[oota-llvm.git] / test / Analysis / ScalarEvolution / 2008-12-15-DontUseSDiv.ll
index 3eaa49212e714cedadd8319bf23fa978543b94a2..36a37759fd5b7a33d6a4ed6a46665509bd86ee82 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt < %s -analyze -scalar-evolution |& grep {/u 5}
+; RUN: opt < %s -analyze -scalar-evolution 2>&1 | grep {/u 5}
 ; XFAIL: *
 
 define i8 @foo0(i8 %i0) nounwind {