diff options
Diffstat (limited to 'lib/Target/AMDGPU/SIMachineScheduler.h')
-rw-r--r-- | lib/Target/AMDGPU/SIMachineScheduler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Target/AMDGPU/SIMachineScheduler.h b/lib/Target/AMDGPU/SIMachineScheduler.h index 8cf515ae1aa..c3642a2e3fc 100644 --- a/lib/Target/AMDGPU/SIMachineScheduler.h +++ b/lib/Target/AMDGPU/SIMachineScheduler.h @@ -188,6 +188,7 @@ private: void releaseSuccessors(SUnit *SU, bool InOrOutBlock); void NodeScheduled(SUnit *SU); + // XXX - First letter of method name should be lower case void tryCandidateTopDown(SISchedCandidate &Cand, SISchedCandidate &TryCand); void tryCandidateBottomUp(SISchedCandidate &Cand, SISchedCandidate &TryCand); SUnit* pickNode(); @@ -205,6 +206,7 @@ struct SIScheduleBlocks { enum SISchedulerBlockCreatorVariant { LatenciesAlone, LatenciesGroupped, + // XXX - spelling: Grouped LatenciesAlonePlusConsecutive }; |