summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--polly/lib/Analysis/ScopDetection.cpp5
-rw-r--r--polly/lib/CodeGen/IslAst.cpp5
2 files changed, 0 insertions, 10 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"),
diff --git a/polly/lib/CodeGen/IslAst.cpp b/polly/lib/CodeGen/IslAst.cpp
index 845b16f69d6..91b268b3c87 100644
--- a/polly/lib/CodeGen/IslAst.cpp
+++ b/polly/lib/CodeGen/IslAst.cpp
@@ -71,11 +71,6 @@ static cl::opt<bool> DetectParallel("polly-ast-detect-parallel",
cl::init(false), cl::ZeroOrMore,
cl::cat(PollyCategory));
-static cl::opt<bool> EarlyExit("polly-no-early-exit",
- cl::desc("Dummy flag to keep LNT builders run"),
- cl::Hidden, cl::ZeroOrMore,
- cl::cat(PollyCategory));
-
namespace polly {
class IslAst {
public:
OpenPOWER on IntegriCloud