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:
d65ebce
)
Remove spurious typedefs.
author
Jakob Stoklund Olesen
<stoklund@2pi.dk>
Wed, 20 Jun 2012 23:54:18 +0000
(23:54 +0000)
committer
Jakob Stoklund Olesen
<stoklund@2pi.dk>
Wed, 20 Jun 2012 23:54:18 +0000
(23:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158878
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/RegAllocPBQP.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/RegAllocPBQP.cpp
b/lib/CodeGen/RegAllocPBQP.cpp
index 63fb72c9d8474a1067b0eb79421792721cde976b..57593336570a12de69a16dd01859708853dc9c14 100644
(file)
--- a/
lib/CodeGen/RegAllocPBQP.cpp
+++ b/
lib/CodeGen/RegAllocPBQP.cpp
@@
-566,9
+566,6
@@
bool RegAllocPBQP::mapPBQPToRegAlloc(const PBQPRAProblem &problem,
void RegAllocPBQP::finalizeAlloc() const {
- typedef LiveIntervals::iterator LIIterator;
- typedef LiveInterval::Ranges::const_iterator LRIterator;
-
// First allocate registers for the empty intervals.
for (RegSet::const_iterator
itr = emptyIntervalVRegs.begin(), end = emptyIntervalVRegs.end();