aboutsummaryrefslogtreecommitdiffstats
path: root/test/Analysis/ScalarEvolution/trip-count2.ll
diff options
context:
space:
mode:
authorWojciech Matyjewicz <wmatyjewicz@fastmail.fm>2008-02-12 15:12:40 +0000
committerWojciech Matyjewicz <wmatyjewicz@fastmail.fm>2008-02-12 15:12:40 +0000
commit52f321f525243071ff3b2ddfcc2e7417ba115578 (patch)
treeb690b2cde91f95cf500e3ae919817034f30ab6d1 /test/Analysis/ScalarEvolution/trip-count2.ll
parent2a9054cfd6780b648a195f964e54ca59147b5b7d (diff)
downloadexternal_llvm-52f321f525243071ff3b2ddfcc2e7417ba115578.zip
external_llvm-52f321f525243071ff3b2ddfcc2e7417ba115578.tar.gz
external_llvm-52f321f525243071ff3b2ddfcc2e7417ba115578.tar.bz2
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
Diffstat (limited to 'test/Analysis/ScalarEvolution/trip-count2.ll')
-rw-r--r--test/Analysis/ScalarEvolution/trip-count2.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/ScalarEvolution/trip-count2.ll b/test/Analysis/ScalarEvolution/trip-count2.ll
index e003c19..5ca58a2 100644
--- a/test/Analysis/ScalarEvolution/trip-count2.ll
+++ b/test/Analysis/ScalarEvolution/trip-count2.ll
@@ -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