mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-08 03:30:22 +00:00
Removed some junk code that snuck in to an earlier commit.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75450 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
780905e9f9
commit
fc1b75f7c8
@ -1207,7 +1207,6 @@ void RALinScan::assignRegOrStackSlotAtInterval(LiveInterval* cur)
|
||||
// mark our rollback point.
|
||||
std::vector<LiveInterval*> added;
|
||||
while (!spillIs.empty()) {
|
||||
bool epicFail = false;
|
||||
LiveInterval *sli = spillIs.back();
|
||||
spillIs.pop_back();
|
||||
DOUT << "\t\t\tspilling(a): " << *sli << '\n';
|
||||
@ -1224,10 +1223,6 @@ void RALinScan::assignRegOrStackSlotAtInterval(LiveInterval* cur)
|
||||
addStackInterval(sli, ls_, li_, mri_, *vrm_);
|
||||
std::copy(newIs.begin(), newIs.end(), std::back_inserter(added));
|
||||
spilled.insert(sli->reg);
|
||||
|
||||
if (epicFail) {
|
||||
//abort();
|
||||
}
|
||||
}
|
||||
|
||||
unsigned earliestStart = earliestStartInterval->beginNumber();
|
||||
|
Loading…
Reference in New Issue
Block a user