mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-21 21:29:41 +00:00
misched comments
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152374 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7799eb40d4
commit
d24da97bbf
@ -173,9 +173,10 @@ bool MachineScheduler::runOnMachineFunction(MachineFunction &mf) {
|
|||||||
else dbgs() << "End";
|
else dbgs() << "End";
|
||||||
dbgs() << " Remaining: " << RemainingCount << "\n");
|
dbgs() << " Remaining: " << RemainingCount << "\n");
|
||||||
|
|
||||||
// Inform ScheduleDAGInstrs of the region being scheduled. It calls back
|
// Schedule a region: possibly reorder instructions.
|
||||||
// to our schedule() method.
|
|
||||||
Scheduler->schedule();
|
Scheduler->schedule();
|
||||||
|
|
||||||
|
// Close the current region.
|
||||||
Scheduler->exitRegion();
|
Scheduler->exitRegion();
|
||||||
|
|
||||||
// Scheduling has invalidated the current iterator 'I'. Ask the
|
// Scheduling has invalidated the current iterator 'I'. Ask the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user