1
0
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:
Andrew Trick 2012-03-21 04:12:12 +00:00
parent e695f9d01e
commit c97a63d77d

View File

@ -227,6 +227,7 @@ bool MachineScheduler::runOnMachineFunction(MachineFunction &mf) {
assert(RemainingCount == 0 && "Instruction count mismatch!");
Scheduler->finishBlock();
}
DEBUG(LIS->print(dbgs()));
return true;
}