diff options
author | Johannes Doerfert <doerfert@cs.uni-saarland.de> | 2016-03-24 13:19:51 +0000 |
---|---|---|
committer | Johannes Doerfert <doerfert@cs.uni-saarland.de> | 2016-03-24 13:19:51 +0000 |
commit | 01b723ba438ca5ed73c75f09c535070d9843566c (patch) | |
tree | 799111de9c44118bbf00519d95233204916c947f | |
parent | 2b470e8e61c8b779de3a5f5e775576c8b7bdffe8 (diff) | |
download | bcm5719-llvm-01b723ba438ca5ed73c75f09c535070d9843566c.tar.gz bcm5719-llvm-01b723ba438ca5ed73c75f09c535070d9843566c.zip |
Remove obsolete CMD option [NFC]
llvm-svn: 264270
-rw-r--r-- | polly/lib/Analysis/ScopInfo.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/polly/lib/Analysis/ScopInfo.cpp b/polly/lib/Analysis/ScopInfo.cpp index 463a769047b..43e9b701e79 100644 --- a/polly/lib/Analysis/ScopInfo.cpp +++ b/polly/lib/Analysis/ScopInfo.cpp @@ -99,12 +99,6 @@ static cl::opt<bool> DetectReductions("polly-detect-reductions", cl::Hidden, cl::ZeroOrMore, cl::init(true), cl::cat(PollyCategory)); -static cl::opt<int> MaxDisjunctsAssumed( - "polly-max-disjuncts-assumed", - cl::desc("The maximal number of disjuncts we allow in the assumption " - "context (this bounds compile time)"), - cl::Hidden, cl::ZeroOrMore, cl::init(150), cl::cat(PollyCategory)); - static cl::opt<bool> IgnoreIntegerWrapping( "polly-ignore-integer-wrapping", cl::desc("Do not build run-time checks to proof absence of integer " |