forked from OSchip/llvm-project
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
991df7889b
commit
4d624ae0cb
|
@ -2218,7 +2218,6 @@ void SchedBoundary::releasePending() {
|
|||
Pending.remove(Pending.begin()+i);
|
||||
--i; --e;
|
||||
}
|
||||
DEBUG(if (!Pending.empty()) Pending.dump());
|
||||
CheckPending = false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue