mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
A brief survey of priority_queue usage in the tree turned this up
as a questionable case, but the code isn't actually needed. llvm-svn: 52657
This commit is contained in:
parent
490250e7f2
commit
0e992740a0
@ -305,7 +305,7 @@ bool RALinScan::runOnMachineFunction(MachineFunction &fn) {
|
||||
spiller_->runOnMachineFunction(*mf_, *vrm_);
|
||||
vrm_.reset(); // Free the VirtRegMap
|
||||
|
||||
while (!unhandled_.empty()) unhandled_.pop();
|
||||
assert(unhandled_.empty() && "Unhandled live intervals remain!");
|
||||
fixed_.clear();
|
||||
active_.clear();
|
||||
inactive_.clear();
|
||||
|
Loading…
Reference in New Issue
Block a user