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: [tree-ssa] Fix PR optimization/12825


On Fri, 2003-10-31 at 08:32, Falk Hueffner wrote:
> Diego Novillo <dnovillo@redhat.com> writes:
> 
> >   
> >   	  /* There should not be any new symbols exposed.  */
> >   	  if (sbitmap_first_set_bit (vars_to_rename) >= 0)
> > ! 	    rewrite_into_ssa (fndecl, vars_to_rename, TDI_ssa_5);
> >   	}
> >   
> >         /* Run copy propagation.  */
> 
> Shouldn't you update the comment then, too? Seems a bit confusing as
> it is.
>
Indeed.  I forgot.


Thanks.  Diego.


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