Change grep '' to grep {}.
authorDan Gohman <gohman@apple.com>
Tue, 27 Nov 2007 00:10:35 +0000 (00:10 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 27 Nov 2007 00:10:35 +0000 (00:10 +0000)
Change 2>&1 | to |&.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44344 91177308-0d34-0410-b5e6-96231b3b80d8

test/Analysis/ScalarEvolution/2007-07-15-NegativeStride.ll
test/Analysis/ScalarEvolution/2007-09-27-LargeStepping.ll
test/Analysis/ScalarEvolution/2007-11-18-OrInstruction.ll

index ef5cd2f8a32aa18e5a55b0985506f078cf408c9d..056368f9195287d29800b03a3a5177ad3564dbb4 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -analyze -scalar-evolution 2>&1 | grep "Loop bb:  100 iterations"
+; RUN: llvm-as < %s | opt -analyze -scalar-evolution |& grep {Loop bb:  100 iterations}
 ; PR1533
 
 @array = weak global [101 x i32] zeroinitializer, align 32             ; <[100 x i32]*> [#uses=1]
index d7a0bafe5d66ff50adcdd08f97b87ff1f90f1edc..c9bb85fcd363b9ba053f8adb021105b6b18aa75a 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -analyze -scalar-evolution 2>&1 | grep "13 iterations"
+; RUN: llvm-as < %s | opt -analyze -scalar-evolution |& grep {13 iterations}
 ; PR1706
 
 define i32 @f() {
index 830a40295acd56c49b0681cbf2b5bf9353b650a8..f70230ce4d6db0223943f55ce8714195b3a92675 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -analyze -scalar-evolution 2>&1 | grep -e '-->  %b'
+; RUN: llvm-as < %s | opt -analyze -scalar-evolution |& grep -e {-->  %b}
 ; PR1810
 
 define void @fun() {