From 01b723ba438ca5ed73c75f09c535070d9843566c Mon Sep 17 00:00:00 2001 From: Johannes Doerfert Date: Thu, 24 Mar 2016 13:19:51 +0000 Subject: [PATCH] Remove obsolete CMD option [NFC] llvm-svn: 264270 --- polly/lib/Analysis/ScopInfo.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/polly/lib/Analysis/ScopInfo.cpp b/polly/lib/Analysis/ScopInfo.cpp index 463a769..43e9b70 100644 --- a/polly/lib/Analysis/ScopInfo.cpp +++ b/polly/lib/Analysis/ScopInfo.cpp @@ -99,12 +99,6 @@ static cl::opt DetectReductions("polly-detect-reductions", cl::Hidden, cl::ZeroOrMore, cl::init(true), cl::cat(PollyCategory)); -static cl::opt 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 IgnoreIntegerWrapping( "polly-ignore-integer-wrapping", cl::desc("Do not build run-time checks to proof absence of integer " -- 2.7.4