mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
misched: trace LiveIntervals after scheduling.
llvm-svn: 153161
This commit is contained in:
parent
e695f9d01e
commit
c97a63d77d
@ -227,6 +227,7 @@ bool MachineScheduler::runOnMachineFunction(MachineFunction &mf) {
|
||||
assert(RemainingCount == 0 && "Instruction count mismatch!");
|
||||
Scheduler->finishBlock();
|
||||
}
|
||||
DEBUG(LIS->print(dbgs()));
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user