mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00: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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52657 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
caf746aa5a
commit
51cd9d6e07
@ -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