summaryrefslogtreecommitdiffstats
path: root/llvm/test/Analysis/ScalarEvolution/2008-05-25-NegativeStepToZero.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
commit80386c10d48ace61ce0e83ab2d24c100ebb6e984 (patch)
tree28f7184234c256bea72fc9be9ecf2d714245defe /llvm/test/Analysis/ScalarEvolution/2008-05-25-NegativeStepToZero.ll
parent9bd6db5834bc68cf7be96d368d6bae592f7134e6 (diff)
downloadbcm5719-llvm-80386c10d48ace61ce0e83ab2d24c100ebb6e984.tar.gz
bcm5719-llvm-80386c10d48ace61ce0e83ab2d24c100ebb6e984.zip
-disable-output is no longer needed with -analyze.
llvm-svn: 94574
Diffstat (limited to 'llvm/test/Analysis/ScalarEvolution/2008-05-25-NegativeStepToZero.ll')
-rw-r--r--llvm/test/Analysis/ScalarEvolution/2008-05-25-NegativeStepToZero.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Analysis/ScalarEvolution/2008-05-25-NegativeStepToZero.ll b/llvm/test/Analysis/ScalarEvolution/2008-05-25-NegativeStepToZero.ll
index 8d15b772f1f..bcc124d1ecd 100644
--- a/llvm/test/Analysis/ScalarEvolution/2008-05-25-NegativeStepToZero.ll
+++ b/llvm/test/Analysis/ScalarEvolution/2008-05-25-NegativeStepToZero.ll
@@ -1,4 +1,4 @@
-; RUN: opt < %s -analyze -scalar-evolution -disable-output \
+; RUN: opt < %s -analyze -scalar-evolution \
; RUN: -scalar-evolution-max-iterations=0 | grep {backedge-taken count is 61}
; PR2364
OpenPOWER on IntegriCloud