summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit80386c10d48ace61ce0e83ab2d24c100ebb6e984 (patch)
tree28f7184234c256bea72fc9be9ecf2d714245defe /llvm/test/Analysis/ScalarEvolution/do-loop.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/do-loop.ll')
-rw-r--r--llvm/test/Analysis/ScalarEvolution/do-loop.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Analysis/ScalarEvolution/do-loop.ll b/llvm/test/Analysis/ScalarEvolution/do-loop.ll
index f8d7da7c9a0..6e3295a920b 100644
--- a/llvm/test/Analysis/ScalarEvolution/do-loop.ll
+++ b/llvm/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) {
OpenPOWER on IntegriCloud