From: Craig Topper Date: Sat, 4 Feb 2017 01:58:10 +0000 (+0000) Subject: [TwoAddressInstruction] Fix typo in comment. NFC X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e8a94822353cbb9fc3b4676f603d01e9e626a9f1;p=llvm [TwoAddressInstruction] Fix typo in comment. NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@294083 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/TwoAddressInstructionPass.cpp b/lib/CodeGen/TwoAddressInstructionPass.cpp index a0c1a4f70b3..75359fe3c0e 100644 --- a/lib/CodeGen/TwoAddressInstructionPass.cpp +++ b/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;