Convert the uses of '|&' to use '2>&1 |' instead, which works on old
[oota-llvm.git] / test / Analysis / CallGraph / 2008-09-09-UsedByGlobal.ll
index 632cd0c790a71c131782cf3ddc444c9ddfb5770d..ac95188899c9ddef9291e0a37bf0b396377bf1c5 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt < %s -print-callgraph -disable-output |& FileCheck %s
+; RUN: opt < %s -print-callgraph -disable-output 2>&1 | FileCheck %s
 
 @a = global void ()* @f                ; <void ()**> [#uses=0]