[llvm-branch-commits] [llvm-branch] r105654 - in /llvm/branches/Apple/Troughton: ./ lib/Target/ARM/Thumb2SizeReduction.cpp
    Jim Grosbach 
    grosbach at apple.com
       
    Tue Jun  8 15:54:04 PDT 2010
    
    
  
Author: grosbach
Date: Tue Jun  8 17:54:04 2010
New Revision: 105654
URL: http://llvm.org/viewvc/llvm-project?rev=105654&view=rev
Log:
merge 105634
Modified:
    llvm/branches/Apple/Troughton/   (props changed)
    llvm/branches/Apple/Troughton/lib/Target/ARM/Thumb2SizeReduction.cpp
Propchange: llvm/branches/Apple/Troughton/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Tue Jun  8 17:54:04 2010
@@ -1 +1 @@
-/llvm/trunk:105358,105361,105369,105372,105399,105427,105437,105439,105441,105470,105481,105498,105541,105554,105557,105585-105586
+/llvm/trunk:105358,105361,105369,105372,105399,105427,105437,105439,105441,105470,105481,105498,105541,105554,105557,105585-105586,105634
Modified: llvm/branches/Apple/Troughton/lib/Target/ARM/Thumb2SizeReduction.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/Apple/Troughton/lib/Target/ARM/Thumb2SizeReduction.cpp?rev=105654&r1=105653&r2=105654&view=diff
==============================================================================
--- llvm/branches/Apple/Troughton/lib/Target/ARM/Thumb2SizeReduction.cpp (original)
+++ llvm/branches/Apple/Troughton/lib/Target/ARM/Thumb2SizeReduction.cpp Tue Jun  8 17:54:04 2010
@@ -689,7 +689,7 @@
         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);
    
    
More information about the llvm-branch-commits
mailing list