summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Doerfert <doerfert@cs.uni-saarland.de>2016-03-24 13:19:51 +0000
committerJohannes Doerfert <doerfert@cs.uni-saarland.de>2016-03-24 13:19:51 +0000
commit01b723ba438ca5ed73c75f09c535070d9843566c (patch)
tree799111de9c44118bbf00519d95233204916c947f
parent2b470e8e61c8b779de3a5f5e775576c8b7bdffe8 (diff)
downloadbcm5719-llvm-01b723ba438ca5ed73c75f09c535070d9843566c.tar.gz
bcm5719-llvm-01b723ba438ca5ed73c75f09c535070d9843566c.zip
Remove obsolete CMD option [NFC]
llvm-svn: 264270
-rw-r--r--polly/lib/Analysis/ScopInfo.cpp6
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 "
OpenPOWER on IntegriCloud