Fix typos found by http://github.com/lyda/misspell-check
[oota-llvm.git] / lib / CodeGen / CodePlacementOpt.cpp
index c13c05e26a20e6329c15a08ac8ec44c012b85ac4..99233dfc2e3c08aacdcef2876a94d5baca441133 100644 (file)
@@ -201,7 +201,7 @@ bool CodePlacementOpt::EliminateUnconditionalJumpsToTop(MachineFunction &MF,
           // fallthrough edge.
           if (!Prior->isSuccessor(End))
             goto next_pred;
-          // Otherwise we can stop scanning and procede to move the blocks.
+          // Otherwise we can stop scanning and proceed to move the blocks.
           break;
         }
         // If we hit a switch or something complicated, don't move anything