mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-07 01:38:26 +00:00
fix long lines.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46355 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1910e2f3ec
commit
5bab78527a
@ -57,7 +57,7 @@ ViewSchedDAGs("view-sched-dags", cl::Hidden,
|
||||
cl::desc("Pop up a window to show sched dags as they are processed"));
|
||||
static cl::opt<bool>
|
||||
ViewSUnitDAGs("view-sunit-dags", cl::Hidden,
|
||||
cl::desc("Pop up a window to show SUnit dags after they are processed"));
|
||||
cl::desc("Pop up a window to show SUnit dags after they are processed"));
|
||||
#else
|
||||
static const bool ViewISelDAGs = 0, ViewSchedDAGs = 0, ViewSUnitDAGs = 0;
|
||||
#endif
|
||||
@ -79,7 +79,8 @@ namespace {
|
||||
RegisterPassParser<RegisterScheduler> >
|
||||
ISHeuristic("pre-RA-sched",
|
||||
cl::init(&createDefaultScheduler),
|
||||
cl::desc("Instruction schedulers available (before register allocation):"));
|
||||
cl::desc("Instruction schedulers available (before register"
|
||||
" allocation):"));
|
||||
|
||||
static RegisterScheduler
|
||||
defaultListDAGScheduler("default", " Best scheduler for the target",
|
||||
|
Loading…
x
Reference in New Issue
Block a user