mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-08 06:32:24 +00:00
ScoreboardHazardRecognizer: Remove dead conditional in debug code.
Negative cycles are filtered out earlier. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157514 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
24dfa52fa2
commit
9632f77f8d
@ -151,8 +151,7 @@ ScoreboardHazardRecognizer::getHazardType(SUnit *SU, int Stalls) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!freeUnits) {
|
if (!freeUnits) {
|
||||||
DEBUG(dbgs() << "*** Hazard in cycle " << ((cycle+i) < 0 ? "" : "+")
|
DEBUG(dbgs() << "*** Hazard in cycle +" << StageCycle << ", ");
|
||||||
<< (cycle + i) << ", ");
|
|
||||||
DEBUG(dbgs() << "SU(" << SU->NodeNum << "): ");
|
DEBUG(dbgs() << "SU(" << SU->NodeNum << "): ");
|
||||||
DEBUG(DAG->dumpNode(SU));
|
DEBUG(DAG->dumpNode(SU));
|
||||||
return Hazard;
|
return Hazard;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user