fix typo
authorJim Grosbach <grosbach@apple.com>
Tue, 8 Jun 2010 20:06:55 +0000 (20:06 +0000)
committerJim Grosbach <grosbach@apple.com>
Tue, 8 Jun 2010 20:06:55 +0000 (20:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105634 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/Thumb2SizeReduction.cpp

index 8fe2e42a7cdd970a20c8b10a1cf579884d53c647..4ad21c49a8aec547e7045c5ee4c7a77782058c9c 100644 (file)
@@ -689,7 +689,7 @@ bool Thumb2SizeReduce::ReduceMBB(MachineBasicBlock &MBB) {
         goto ProcessNext;
       }
 
-      // Try to transform ro a 16-bit non-two-address instruction.
+      // Try to transform to a 16-bit non-two-address instruction.
       if (Entry.NarrowOpc1 && ReduceToNarrow(MBB, MI, Entry, LiveCPSR)) {
         Modified = true;
         MachineBasicBlock::iterator I = prior(NextMII);