mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-05 10:57:32 +00:00
misched comments
llvm-svn: 152374
This commit is contained in:
parent
f53b511937
commit
ddb78e11ee
@ -173,9 +173,10 @@ bool MachineScheduler::runOnMachineFunction(MachineFunction &mf) {
|
||||
else dbgs() << "End";
|
||||
dbgs() << " Remaining: " << RemainingCount << "\n");
|
||||
|
||||
// Inform ScheduleDAGInstrs of the region being scheduled. It calls back
|
||||
// to our schedule() method.
|
||||
// Schedule a region: possibly reorder instructions.
|
||||
Scheduler->schedule();
|
||||
|
||||
// Close the current region.
|
||||
Scheduler->exitRegion();
|
||||
|
||||
// Scheduling has invalidated the current iterator 'I'. Ask the
|
||||
|
Loading…
x
Reference in New Issue
Block a user