mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Remove an invalid assert that is really just asserting when the scheduler emits
a suboptimal schedule. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140643 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5bac1146d9
commit
d6d9dd647f
@ -213,7 +213,6 @@ void ScoreboardHazardRecognizer::EmitInstruction(SUnit *SU) {
|
||||
freeUnits = freeUnit & (freeUnit - 1);
|
||||
} while (freeUnits);
|
||||
|
||||
assert(freeUnit && "No function unit available!");
|
||||
if (IS->getReservationKind() == InstrStage::Required)
|
||||
RequiredScoreboard[cycle + i] |= freeUnit;
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user