[TwoAddressInstruction] Fix typo in comment. NFC
llvm-svn: 294083
This commit is contained in:
@@ -905,7 +905,7 @@ rescheduleMIBelowKill(MachineBasicBlock::iterator &mi,
|
||||
++End;
|
||||
}
|
||||
|
||||
// Check if the reschedule will not break depedencies.
|
||||
// Check if the reschedule will not break dependencies.
|
||||
unsigned NumVisited = 0;
|
||||
MachineBasicBlock::iterator KillPos = KillMI;
|
||||
++KillPos;
|
||||
|
||||
Reference in New Issue
Block a user