mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 19:31:58 +00:00
Remove asssert since it is breaking cases that it shouldn't.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11841 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4d0d864be3
commit
1d8b28a357
@ -378,7 +378,6 @@ void RA::assignRegOrStackSlotAtInterval(IntervalPtrs::value_type cur)
|
||||
}
|
||||
DEBUG(std::cerr << "\t\tregister with min weight: "
|
||||
<< mri_->getName(minReg) << " (" << minWeight << ")\n");
|
||||
assert(minReg != 0 && "Didn't find a register to spill?");
|
||||
|
||||
// if the current has the minimum weight, we need to modify it,
|
||||
// push it back in unhandled and let the linear scan algorithm run
|
||||
|
Loading…
Reference in New Issue
Block a user