diff options
Diffstat (limited to 'polly/lib/CodeGen/IslAst.cpp')
-rw-r--r-- | polly/lib/CodeGen/IslAst.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
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: |