mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-23 02:44:32 +00:00
[TwoAddressInstruction] Fix typo in comment. NFC
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@294083 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ff921bc617
commit
e8a9482235
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user