summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--polly/lib/CodeGen/BlockGenerators.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/lib/CodeGen/BlockGenerators.cpp b/polly/lib/CodeGen/BlockGenerators.cpp
index 8788151dcce..e483cae5347 100644
--- a/polly/lib/CodeGen/BlockGenerators.cpp
+++ b/polly/lib/CodeGen/BlockGenerators.cpp
@@ -42,7 +42,7 @@ static cl::opt<bool> Aligned("enable-polly-aligned",
static cl::opt<bool, true>
SCEVCodegenF("polly-codegen-scev",
cl::desc("Use SCEV based code generation."), cl::Hidden,
- cl::location(SCEVCodegen), cl::init(false), cl::ZeroOrMore,
+ cl::location(SCEVCodegen), cl::init(true), cl::ZeroOrMore,
cl::cat(PollyCategory));
bool polly::SCEVCodegen;
OpenPOWER on IntegriCloud