]> granicus.if.org Git - llvm/commitdiff
[TwoAddressInstruction] Fix typo in comment. NFC
authorCraig Topper <craig.topper@gmail.com>
Sat, 4 Feb 2017 01:58:10 +0000 (01:58 +0000)
committerCraig Topper <craig.topper@gmail.com>
Sat, 4 Feb 2017 01:58:10 +0000 (01:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@294083 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/TwoAddressInstructionPass.cpp

index a0c1a4f70b33582573fcd035f31366a79b8e1bcf..75359fe3c0ea695de0424e976a83065af87b858c 100644 (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;