diff options
| author | Tobias Grosser <tobias@grosser.es> | 2015-11-02 10:13:32 +0000 |
|---|---|---|
| committer | Tobias Grosser <tobias@grosser.es> | 2015-11-02 10:13:32 +0000 |
| commit | f423c1200f18af85098269a62882d85d461d22d4 (patch) | |
| tree | 12d13e1d3153fe75830d0216d942cf677567690d /polly/lib/Analysis/ScopDetection.cpp | |
| parent | 158b8b898c2378cf0acbf9d3d73b5aae5f79e82e (diff) | |
| download | bcm5719-llvm-f423c1200f18af85098269a62882d85d461d22d4.tar.gz bcm5719-llvm-f423c1200f18af85098269a62882d85d461d22d4.zip | |
Remove old and redundant options
We remove -polly-detect-unprofitable and -polly-no-early-exit. Both have been
superseeded by -polly-process-unprofitable and were only kept as aliases for
our buildbots to continue to work. As all buildbots have been moved to the new
options, we can now remove the old ones for good.
llvm-svn: 251787
Diffstat (limited to 'polly/lib/Analysis/ScopDetection.cpp')
| -rw-r--r-- | polly/lib/Analysis/ScopDetection.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/polly/lib/Analysis/ScopDetection.cpp b/polly/lib/Analysis/ScopDetection.cpp index 2fa45addc2f..889d2989ee9 100644 --- a/polly/lib/Analysis/ScopDetection.cpp +++ b/polly/lib/Analysis/ScopDetection.cpp @@ -79,11 +79,6 @@ static cl::opt<bool, true> XPollyProcessUnprofitable( cl::location(PollyProcessUnprofitable), cl::init(false), cl::ZeroOrMore, cl::cat(PollyCategory)); -static cl::alias - DetectUnprofitableAlias("polly-detect-unprofitable", - cl::desc("Alias for -polly-process-unprofitable"), - cl::aliasopt(XPollyProcessUnprofitable)); - static cl::opt<std::string> OnlyFunction( "polly-only-func", cl::desc("Only run on functions that contain a certain string"), |

