| commit | bde917666307faf3c9e2d290c38a0018f54d7a68 | [log] [tgz] |
|---|---|---|
| author | Benjamin Kramer <benny.kra@googlemail.com> | Sat Jun 02 10:20:22 2012 +0000 |
| committer | Benjamin Kramer <benny.kra@googlemail.com> | Sat Jun 02 10:20:22 2012 +0000 |
| tree | a4f8b7904ebe75594a47abfa098ba7fff69d0cf5 | |
| parent | 0e46d8a08c4c50519bd3c5688d0bb21f57edb075 [diff] [blame] |
Fix typos found by http://github.com/lyda/misspell-check llvm-svn: 157885
diff --git a/llvm/lib/Target/Hexagon/HexagonHardwareLoops.cpp b/llvm/lib/Target/Hexagon/HexagonHardwareLoops.cpp index c31cf43..1357cc5 100644 --- a/llvm/lib/Target/Hexagon/HexagonHardwareLoops.cpp +++ b/llvm/lib/Target/Hexagon/HexagonHardwareLoops.cpp
@@ -491,7 +491,7 @@ TII->get(Hexagon::NEG), CountReg).addReg(CountReg1); } - // Add the Loop instruction to the begining of the loop. + // Add the Loop instruction to the beginning of the loop. BuildMI(*Preheader, InsertPos, InsertPos->getDebugLoc(), TII->get(Hexagon::LOOP0_r)).addMBB(LoopStart).addReg(CountReg); } else {