aboutsummaryrefslogtreecommitdiff
path: root/test/Analysis/ScalarEvolution/do-loop.ll
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-01-26 19:25:59 +0000
committerDan Gohman <gohman@apple.com>2010-01-26 19:25:59 +0000
commit8a977e2edd2ca182851cea96262ed9ba0c854c52 (patch)
tree350847cd4bead3155ae25dbca9353dcc2b2b8b19 /test/Analysis/ScalarEvolution/do-loop.ll
parentc9c36cb3d97e2aeb86b35e0ba168769d06f6f058 (diff)
-disable-output is no longer needed with -analyze.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94574 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Analysis/ScalarEvolution/do-loop.ll')
-rw-r--r--test/Analysis/ScalarEvolution/do-loop.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/ScalarEvolution/do-loop.ll b/test/Analysis/ScalarEvolution/do-loop.ll
index f8d7da7c9a..6e3295a920 100644
--- a/test/Analysis/ScalarEvolution/do-loop.ll
+++ b/test/Analysis/ScalarEvolution/do-loop.ll
@@ -1,4 +1,4 @@
-; RUN: opt < %s -analyze -scalar-evolution -disable-output | grep smax
+; RUN: opt < %s -analyze -scalar-evolution | grep smax
; PR1614
define i32 @f(i32 %x, i32 %y) {