summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/IndVarSimplify
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/Transforms/IndVarSimplify
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/Transforms/IndVarSimplify')
-rw-r--r--llvm/test/Transforms/IndVarSimplify/shrunk-constant.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/IndVarSimplify/shrunk-constant.ll b/llvm/test/Transforms/IndVarSimplify/shrunk-constant.ll
index 8003fd36710..271f8edf198 100644
--- a/llvm/test/Transforms/IndVarSimplify/shrunk-constant.ll
+++ b/llvm/test/Transforms/IndVarSimplify/shrunk-constant.ll
@@ -1,4 +1,4 @@
-; RUN: opt < %s -scalar-evolution -analyze -disable-output \
+; RUN: opt < %s -scalar-evolution -analyze \
; RUN: | grep {\\--> (zext i4 {-7,+,-8}<%loop> to i32)}
define fastcc void @foo() nounwind {
OpenPOWER on IntegriCloud