Loading llvm/lib/Target/AMDGPU/SIMachineScheduler.cpp +1 −6 Original line number Diff line number Diff line Loading @@ -609,13 +609,8 @@ void SIScheduleBlock::printDebug(bool full) { } dbgs() << "\nInstructions:\n"; if (!Scheduled) { for (const SUnit* SU : SUnits) DAG->dumpNode(*SU); } else { for (const SUnit* SU : SUnits) DAG->dumpNode(*SU); } dbgs() << "///////////////////////\n"; } Loading Loading
llvm/lib/Target/AMDGPU/SIMachineScheduler.cpp +1 −6 Original line number Diff line number Diff line Loading @@ -609,13 +609,8 @@ void SIScheduleBlock::printDebug(bool full) { } dbgs() << "\nInstructions:\n"; if (!Scheduled) { for (const SUnit* SU : SUnits) DAG->dumpNode(*SU); } else { for (const SUnit* SU : SUnits) DAG->dumpNode(*SU); } dbgs() << "///////////////////////\n"; } Loading