summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2013-09-09 23:31:14 +0000
committerAndrew Trick <atrick@apple.com>2013-09-09 23:31:14 +0000
commit6c88b35090cb6dadb13d86fc41a2ed993eadb41d (patch)
tree0fc0afc3464da0f418f9d258d9d196de9c720ba1 /llvm/lib/CodeGen
parentb07305fcd442f1f7c44e9190668aecd832707fed (diff)
downloadbcm5719-llvm-6c88b35090cb6dadb13d86fc41a2ed993eadb41d.tar.gz
bcm5719-llvm-6c88b35090cb6dadb13d86fc41a2ed993eadb41d.zip
Enable -misched-cyclicpath by default.
llvm-svn: 190367
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/MachineScheduler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/MachineScheduler.cpp b/llvm/lib/CodeGen/MachineScheduler.cpp
index ef916174267..327dcc881c5 100644
--- a/llvm/lib/CodeGen/MachineScheduler.cpp
+++ b/llvm/lib/CodeGen/MachineScheduler.cpp
@@ -57,7 +57,7 @@ static cl::opt<bool> EnableRegPressure("misched-regpressure", cl::Hidden,
cl::desc("Enable register pressure scheduling."), cl::init(true));
static cl::opt<bool> EnableCyclicPath("misched-cyclicpath", cl::Hidden,
- cl::desc("Enable cyclic critical path analysis."), cl::init(false));
+ cl::desc("Enable cyclic critical path analysis."), cl::init(true));
static cl::opt<bool> EnableLoadCluster("misched-cluster", cl::Hidden,
cl::desc("Enable load clustering."), cl::init(true));
OpenPOWER on IntegriCloud