commit | 52c7a3847bf14f244b73ee4311e3602b49ff6b69 | [log] [tgz] |
---|---|---|
author | Wojciech Matyjewicz <wmatyjewicz@fastmail.fm> | Tue Feb 12 15:12:40 2008 +0000 |
committer | Wojciech Matyjewicz <wmatyjewicz@fastmail.fm> | Tue Feb 12 15:12:40 2008 +0000 |
tree | b690b2cde91f95cf500e3ae919817034f30ab6d1 | |
parent | 3b2bd24be16c4413d1ab172c29d4efb00455a643 [diff] [blame] |
Now that ScalarEvolution::print writes to the correct stream, there is no need to redirect stderr into stdout. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47009 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Analysis/ScalarEvolution/SolveQuadraticEquation.ll b/test/Analysis/ScalarEvolution/SolveQuadraticEquation.ll index aeaf356..d52f720 100644 --- a/test/Analysis/ScalarEvolution/SolveQuadraticEquation.ll +++ b/test/Analysis/ScalarEvolution/SolveQuadraticEquation.ll
@@ -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