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] Fix PR10060


On Mon, 2003-12-08 at 02:29, Richard Henderson wrote:
> On Sun, Dec 07, 2003 at 03:03:28PM -0800, Andrew Pinski wrote:
> > 	* emit-rtl.c (copy_rtx_if_shared): Split out into ...
> > 	(copy_rtx_if_shared_1): here and optimize the last one
> > 	in the sequence into tail-recursion.
> > 	(reset_used_flags): Optimize the last one
> > 	in the sequence into tail-recursion.
> 
> Ok.

Not quite: the new function copy_rtx_if_shared_1 needs a comment.  

Andrew, would you please add that forthwith?

Thanks,

-- 
Mark Mitchell <mark@codesourcery.com>
CodeSourcery, LLC


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