Convert the uses of '|&' to use '2>&1 |' instead, which works on old
[oota-llvm.git] / test / Analysis / BasicAA / 2003-12-11-ConstExprGEP.ll
index 68039fbc0a7d6d145a54dfe887f60a458c209ba8..b7bbf7732f95c416d3f0d0649c9e3e41136e6f35 100644 (file)
@@ -1,7 +1,7 @@
 ; This testcase consists of alias relations which should be completely
 ; resolvable by basicaa, but require analysis of getelementptr constant exprs.
 
-; RUN: opt < %s -basicaa -aa-eval -print-may-aliases -disable-output |& FileCheck %s
+; RUN: opt < %s -basicaa -aa-eval -print-may-aliases -disable-output 2>&1 | FileCheck %s
 
 %T = type { i32, [10 x i8] }