mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-23 19:59:57 +00: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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@273618 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
da15505032
commit
55eeb45411
@ -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
Block a user