[llvm] r294083 - [TwoAddressInstruction] Fix typo in comment. NFC
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 3 17:58:10 PST 2017
Author: ctopper
Date: Fri Feb 3 19:58:10 2017
New Revision: 294083
URL: http://llvm.org/viewvc/llvm-project?rev=294083&view=rev
Log:
[TwoAddressInstruction] Fix typo in comment. NFC
Modified:
llvm/trunk/lib/CodeGen/TwoAddressInstructionPass.cpp
Modified: llvm/trunk/lib/CodeGen/TwoAddressInstructionPass.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/TwoAddressInstructionPass.cpp?rev=294083&r1=294082&r2=294083&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/TwoAddressInstructionPass.cpp (original)
+++ llvm/trunk/lib/CodeGen/TwoAddressInstructionPass.cpp Fri Feb 3 19:58:10 2017
@@ -905,7 +905,7 @@ rescheduleMIBelowKill(MachineBasicBlock:
++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;
More information about the llvm-commits
mailing list