This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch][lra] Comment typo fix


On 10/1/2012 6:09 PM, Steven Bosscher wrote:
I suppose no-one would object if I commit this as obvious at some point?

Index: lra-constraints.c
===================================================================
--- lra-constraints.c   (revision 191858)
+++ lra-constraints.c   (working copy)
@@ -4293,7 +4293,7 @@ update_ebb_live_info (rtx head, rtx tail
         {
           if (prev_bb != NULL)
             {
-             /* Udpate DF_LR_IN (prev_bb):  */
+             /* Update DF_LR_IN (prev_bb):  */
               EXECUTE_IF_SET_IN_BITMAP (&check_only_regs, 0, j, bi)
                 if (bitmap_bit_p (&live_regs, j))
                   bitmap_set_bit (DF_LR_IN (prev_bb), j);


took me a few readings to see the change you had made, amazing how the brain reads what it expects to see :-)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]