mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-08 03:30:22 +00:00
Temporarily revert 48175.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48204 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7fcb6b65c9
commit
524f961742
@ -685,14 +685,8 @@ void RALinScan::assignRegOrStackSlotAtInterval(LiveInterval* cur)
|
||||
}
|
||||
|
||||
// All registers must have inf weight. Just grab one!
|
||||
if (!minReg) {
|
||||
if (active_.size() == 0) {
|
||||
// FIXME: All the registers are occupied by fixed intervals.
|
||||
cerr << "Register allocator ran out of registers!\n";
|
||||
abort();
|
||||
}
|
||||
if (!minReg)
|
||||
minReg = *RC->allocation_order_begin(*mf_);
|
||||
}
|
||||
}
|
||||
|
||||
DOUT << "\t\tregister with min weight: "
|
||||
|
Loading…
Reference in New Issue
Block a user