Skip to content

Commit d27b0eb

Browse files
Rifet-carsenm
andauthored
Suggested typo fix
Co-authored-by: Matt Arsenault <[email protected]>
1 parent a0ca0d7 commit d27b0eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/CodeGen/SlotIndexes.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ void SlotIndexes::repairIndexesInRange(MachineBasicBlock *MBB,
251251

252252
MachineInstr *instrToInsert = SlotMIRemoved ? SlotMI : MI;
253253

254-
// Insert isntruction back into the maps after passing it/removing the index
254+
// Insert instruction back into the maps after passing it/removing the index
255255
if ((MIIndexNotFound || SlotMIRemoved) && instrToInsert->getParent() != nullptr && !instrToInsert->isDebugOrPseudoInstr())
256256
insertMachineInstrInMaps(*instrToInsert);
257257
}

0 commit comments

Comments
 (0)