[TwoAddressInstruction] Fix typo in comment. NFC

llvm-svn: 294083
This commit is contained in:
Craig Topper
2017-02-04 01:58:10 +00:00
parent e0550591a5
commit aa741abfc5

View File

@@ -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;