mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-14 13:57:51 +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) {
|
||||
DEBUG(dbgs() << "*** Hazard in cycle " << ((cycle+i) < 0 ? "" : "+")
|
||||
<< (cycle + i) << ", ");
|
||||
DEBUG(dbgs() << "*** Hazard in cycle +" << StageCycle << ", ");
|
||||
DEBUG(dbgs() << "SU(" << SU->NodeNum << "): ");
|
||||
DEBUG(DAG->dumpNode(SU));
|
||||
return Hazard;
|
||||
|
Loading…
x
Reference in New Issue
Block a user