Skip to content

Commit 252bce6

Browse files
lucas-ramijayfoad
andauthored
Fix comment typo
Co-authored-by: Jay Foad <[email protected]>
1 parent 1d43cbf commit 252bce6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/AMDGPU/GCNSchedStrategy.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -760,7 +760,7 @@ GCNScheduleDAGMILive::GCNScheduleDAGMILive(
760760
StartingOccupancy(MFI.getOccupancy()), MinOccupancy(StartingOccupancy),
761761
RegionLiveOuts(this, /*IsLiveOut=*/true) {
762762
// We want regions with a single MI to be scheduled so that we can reason on
763-
// them correctlt during scheduling stages that move MIs between regions (e.g.
763+
// them correctly during scheduling stages that move MIs between regions (e.g.
764764
// rematerialization).
765765
ScheduleSingleMIRegions = true;
766766
LLVM_DEBUG(dbgs() << "Starting occupancy is " << StartingOccupancy << ".\n");

0 commit comments

Comments
 (0)