This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
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.