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


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.

-- 
	Falk


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