mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
MachineScheduler: Followup to debug message changes
Do not dump intermediate state of the pending queue anymore now that we always dump the final state before picking. llvm-svn: 273618
This commit is contained in:
parent
19b31c24cb
commit
68900e9b4c
@ -2218,7 +2218,6 @@ void SchedBoundary::releasePending() {
|
||||
Pending.remove(Pending.begin()+i);
|
||||
--i; --e;
|
||||
}
|
||||
DEBUG(if (!Pending.empty()) Pending.dump());
|
||||
CheckPending = false;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user