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:
Dan Gohman 2008-06-23 23:51:16 +00:00
parent cb236f7de9
commit 9cc3f68ab1
1 changed files with 1 additions and 1 deletions

View File

@ -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();