summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LoopStrengthReduce/quadradic-exit-value.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/Transforms/LoopStrengthReduce/quadradic-exit-value.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/Transforms/LoopStrengthReduce/quadradic-exit-value.ll')
-rw-r--r--llvm/test/Transforms/LoopStrengthReduce/quadradic-exit-value.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/LoopStrengthReduce/quadradic-exit-value.ll b/llvm/test/Transforms/LoopStrengthReduce/quadradic-exit-value.ll
index b829b4738bc..c91f5cd4ca7 100644
--- a/llvm/test/Transforms/LoopStrengthReduce/quadradic-exit-value.ll
+++ b/llvm/test/Transforms/LoopStrengthReduce/quadradic-exit-value.ll
@@ -1,4 +1,4 @@
-; RUN: opt < %s -analyze -iv-users -disable-output | grep {Stride i64 {3,+,2}<%loop>:}
+; RUN: opt < %s -analyze -iv-users | grep {Stride i64 {3,+,2}<%loop>:}
; The value of %r is dependent on a polynomial iteration expression.
OpenPOWER on IntegriCloud