mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-15 07:34:33 +00:00
comment grammar
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196585 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
febc28b529
commit
c008152a39
@ -2177,7 +2177,7 @@ void GenericScheduler::SchedBoundary::bumpNode(SUnit *SU) {
|
|||||||
unsigned IncMOps = SchedModel->getNumMicroOps(SU->getInstr());
|
unsigned IncMOps = SchedModel->getNumMicroOps(SU->getInstr());
|
||||||
assert(
|
assert(
|
||||||
(CurrMOps == 0 || (CurrMOps + IncMOps) <= SchedModel->getIssueWidth()) &&
|
(CurrMOps == 0 || (CurrMOps + IncMOps) <= SchedModel->getIssueWidth()) &&
|
||||||
"Cannot schedule this instructions MicroOps in the current cycle.");
|
"Cannot schedule this instruction's MicroOps in the current cycle.");
|
||||||
|
|
||||||
unsigned ReadyCycle = (isTop() ? SU->TopReadyCycle : SU->BotReadyCycle);
|
unsigned ReadyCycle = (isTop() ? SU->TopReadyCycle : SU->BotReadyCycle);
|
||||||
DEBUG(dbgs() << " Ready @" << ReadyCycle << "c\n");
|
DEBUG(dbgs() << " Ready @" << ReadyCycle << "c\n");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user