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, PR 57812] Wasted work in computed_jump_p()


2013/7/23  <pchang9@cs.wisc.edu>:
>
> 2013-07-22  Chang  <pchang9@cs.wisc.edu>
>
>         * rtlanal.c (computed_jump_p): Exit loop once we find label
>           reference is used.
>

The second line is supposed to be aligned with '*' character at first line.
Like this:

	* rtlanal.c (computed_jump_p): Exit loop once we find label
	reference is used.


Best regards,
jasonwucj


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