mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-13 22:24:07 +00:00
Enable -misched-cyclicpath by default.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190367 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -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));
|
||||
|
Reference in New Issue
Block a user