summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/TwoAddressInstructionPass.cpp
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@gmail.com>2017-02-04 01:58:10 +0000
committerCraig Topper <craig.topper@gmail.com>2017-02-04 01:58:10 +0000
commitaa741abfc51f8abaa59bc96002202ff7d97e9cad (patch)
treedd40b527123a0c6b7311027a1ad3acbcdc90e5a8 /llvm/lib/CodeGen/TwoAddressInstructionPass.cpp
parente0550591a5ca56c056fbccd75f7a8513b891efba (diff)
downloadbcm5719-llvm-aa741abfc51f8abaa59bc96002202ff7d97e9cad.tar.gz
bcm5719-llvm-aa741abfc51f8abaa59bc96002202ff7d97e9cad.zip
[TwoAddressInstruction] Fix typo in comment. NFC
llvm-svn: 294083
Diffstat (limited to 'llvm/lib/CodeGen/TwoAddressInstructionPass.cpp')
-rw-r--r--llvm/lib/CodeGen/TwoAddressInstructionPass.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/TwoAddressInstructionPass.cpp b/llvm/lib/CodeGen/TwoAddressInstructionPass.cpp
index a0c1a4f70b3..75359fe3c0e 100644
--- a/llvm/lib/CodeGen/TwoAddressInstructionPass.cpp
+++ b/llvm/lib/CodeGen/TwoAddressInstructionPass.cpp
@@ -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;
OpenPOWER on IntegriCloud