Convert the uses of '|&' to use '2>&1 |' instead, which works on old
[oota-llvm.git] / test / Analysis / ScalarEvolution / scev-aa.ll
index dd5a66ccb44c9545a9e0f7d1061f60f939e0fab6..a0abbb787b004c51770796495965bf0c84f7c7ac 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: opt < %s -scev-aa -aa-eval -print-all-alias-modref-info \
-; RUN:   |& FileCheck %s
+; RUN:   2>&1 | FileCheck %s
 
 ; At the time of this writing, -basicaa misses the example of the form
 ; A[i+(j+1)] != A[i+j], which can arise from multi-dimensional array references,