mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-15 23:31:37 +00:00
Remove spurious typedefs.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158878 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d65ebceeba
commit
0f3c892cde
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user