Remove an invalid assert that is really just asserting when the scheduler emits

a suboptimal schedule.

llvm-svn: 140643
This commit is contained in:
Cameron Zwarich 2011-09-27 21:59:16 +00:00
parent be4b363060
commit 7a6e8f2c5d
1 changed files with 0 additions and 1 deletions

View File

@ -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