From f423c1200f18af85098269a62882d85d461d22d4 Mon Sep 17 00:00:00 2001 From: Tobias Grosser Date: Mon, 2 Nov 2015 10:13:32 +0000 Subject: 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 --- polly/lib/Analysis/ScopDetection.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'polly/lib/Analysis/ScopDetection.cpp') 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 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 OnlyFunction( "polly-only-func", cl::desc("Only run on functions that contain a certain string"), -- cgit v1.2.3