projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dad9db6
)
Some clean up.
author
Evan Cheng
<evan.cheng@apple.com>
Fri, 12 Oct 2007 08:45:27 +0000
(08:45 +0000)
committer
Evan Cheng
<evan.cheng@apple.com>
Fri, 12 Oct 2007 08:45:27 +0000
(08:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42898
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/RegAllocLinearScan.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/RegAllocLinearScan.cpp
b/lib/CodeGen/RegAllocLinearScan.cpp
index 2859c24743e96c381f3ad4fadeef5e8b8ad21171..025de81aa934a7e1f22f8315cbb67f886542f2fd 100644
(file)
--- a/
lib/CodeGen/RegAllocLinearScan.cpp
+++ b/
lib/CodeGen/RegAllocLinearScan.cpp
@@
-12,7
+12,6
@@
//===----------------------------------------------------------------------===//
#define DEBUG_TYPE "regalloc"
-#include "llvm/CodeGen/LiveVariables.h"
#include "llvm/CodeGen/LiveIntervalAnalysis.h"
#include "PhysRegTracker.h"
#include "VirtRegMap.h"
@@
-216,10
+215,8
@@
bool RALinScan::runOnMachineFunction(MachineFunction &fn) {
// Rewrite spill code and update the PhysRegsUsed set.
spiller_->runOnMachineFunction(*mf_, *vrm_);
-
vrm_.reset(); // Free the VirtRegMap
-
while (!unhandled_.empty()) unhandled_.pop();
fixed_.clear();
active_.clear();