diff options
author | Jim Grosbach <grosbach@apple.com> | 2010-06-08 20:06:55 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2010-06-08 20:06:55 +0000 |
commit | b84adb3b80c5b17befffd4f1d31ec5331ddcb792 (patch) | |
tree | 2724a7184d841db22cb5f7b8b52409f662408eda /lib | |
parent | ef45832d7cc6a846cc194ef2764b76ac994fe137 (diff) | |
download | external_llvm-b84adb3b80c5b17befffd4f1d31ec5331ddcb792.zip external_llvm-b84adb3b80c5b17befffd4f1d31ec5331ddcb792.tar.gz external_llvm-b84adb3b80c5b17befffd4f1d31ec5331ddcb792.tar.bz2 |
fix typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105634 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Target/ARM/Thumb2SizeReduction.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/Thumb2SizeReduction.cpp b/lib/Target/ARM/Thumb2SizeReduction.cpp index 8fe2e42..4ad21c4 100644 --- a/lib/Target/ARM/Thumb2SizeReduction.cpp +++ b/lib/Target/ARM/Thumb2SizeReduction.cpp @@ -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); |