1
0
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:
Matthias Braun 2016-06-23 21:43:28 +00:00
parent 19b31c24cb
commit 68900e9b4c

View File

@ -2218,7 +2218,6 @@ void SchedBoundary::releasePending() {
Pending.remove(Pending.begin()+i);
--i; --e;
}
DEBUG(if (!Pending.empty()) Pending.dump());
CheckPending = false;
}