Now that ScalarEvolution::print writes to the correct stream, there is
authorWojciech Matyjewicz <wmatyjewicz@fastmail.fm>
Tue, 12 Feb 2008 15:12:40 +0000 (15:12 +0000)
committerWojciech Matyjewicz <wmatyjewicz@fastmail.fm>
Tue, 12 Feb 2008 15:12:40 +0000 (15:12 +0000)
no need to redirect stderr into stdout.

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

test/Analysis/ScalarEvolution/2007-07-15-NegativeStride.ll
test/Analysis/ScalarEvolution/2007-08-06-Unsigned.ll
test/Analysis/ScalarEvolution/2007-09-27-LargeStepping.ll
test/Analysis/ScalarEvolution/2007-11-18-OrInstruction.ll
test/Analysis/ScalarEvolution/SolveQuadraticEquation.ll
test/Analysis/ScalarEvolution/trip-count.ll
test/Analysis/ScalarEvolution/trip-count2.ll

index 056368f9195287d29800b03a3a5177ad3564dbb4..fca974f7c2389d8c481c04af8eae4a9f36980147 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -analyze -scalar-evolution |& 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]
 ; PR1533
 
 @array = weak global [101 x i32] zeroinitializer, align 32             ; <[100 x i32]*> [#uses=1]
index 32e580e047e01e76bd958a07003f301c9c9a6509..e725852cea1ea82ca7300ca7fbbaa93d4fdd638b 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -scalar-evolution -analyze |& grep {Loop bb: ( -1 + ( -1 \\*  %x) +  %y) iterations!}
+; RUN: llvm-as < %s | opt -scalar-evolution -analyze | grep {Loop bb: ( -1 + ( -1 \\*  %x) +  %y) iterations!}
 ; PR1597
 
 define i32 @f(i32 %x, i32 %y) {
 ; PR1597
 
 define i32 @f(i32 %x, i32 %y) {
index c9bb85fcd363b9ba053f8adb021105b6b18aa75a..9f9b6699a968fabdbc65434fa6f9e27a779388b1 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -analyze -scalar-evolution |& grep {13 iterations}
+; RUN: llvm-as < %s | opt -analyze -scalar-evolution | grep {13 iterations}
 ; PR1706
 
 define i32 @f() {
 ; PR1706
 
 define i32 @f() {
index f70230ce4d6db0223943f55ce8714195b3a92675..82d6ee27b457403437a8826a82ae8410584db25c 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -analyze -scalar-evolution |& grep -e {-->  %b}
+; RUN: llvm-as < %s | opt -analyze -scalar-evolution | grep -e {-->  %b}
 ; PR1810
 
 define void @fun() {
 ; PR1810
 
 define void @fun() {
index aeaf35673ca03fc82ec4076167b135472738a082..d52f720b4863e633859bbeb89c7e3f764220a108 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -analyze -scalar-evolution |& \
+; RUN: llvm-as < %s | opt -analyze -scalar-evolution | \
 ; RUN:   grep {100 iterations}
 ; PR1101
 
 ; RUN:   grep {100 iterations}
 ; PR1101
 
index a689e71eaa3c4c6a73e6e03155288ce06eecf49c..c37f4199f3be1d15b41731a21593690056566c27 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -analyze -scalar-evolution |& \
+; RUN: llvm-as < %s | opt -analyze -scalar-evolution | \
 ; RUN:   grep {10000 iterations}
 ; PR1101
 
 ; RUN:   grep {10000 iterations}
 ; PR1101
 
index e003c19f31b8ba29fb7609809ea45a55a09d02bb..5ca58a24ce03517a5bec6ca15dc49c614cd3bda9 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -analyze -scalar-evolution |& \
+; RUN: llvm-as < %s | opt -analyze -scalar-evolution | \
 ; RUN:   grep {4 iterations}
 ; PR1101
 
 ; RUN:   grep {4 iterations}
 ; PR1101