mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-13 19:24:21 +00:00
Temporarily revert 48175.
llvm-svn: 48204
This commit is contained in:
parent
2591afca0a
commit
850e143cbf
@ -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