Skip to content

Commit 57c6fd4

Browse files
author
Jim Grosbach
committed
fix typo
llvm-svn: 105634
1 parent e267541 commit 57c6fd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/ARM/Thumb2SizeReduction.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,7 @@ bool Thumb2SizeReduce::ReduceMBB(MachineBasicBlock &MBB) {
689689
goto ProcessNext;
690690
}
691691

692-
// Try to transform ro a 16-bit non-two-address instruction.
692+
// Try to transform to a 16-bit non-two-address instruction.
693693
if (Entry.NarrowOpc1 && ReduceToNarrow(MBB, MI, Entry, LiveCPSR)) {
694694
Modified = true;
695695
MachineBasicBlock::iterator I = prior(NextMII);

0 commit comments

Comments
 (0)