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 profilng merge 8 - make cfg build debug info friendly


> *************** init_tree_optimization_passes (void)
> *** 275,280 ****
> --- 275,281 ----
>     *p = NULL;
>   
>     p = &pass_all_optimizations.sub;
> +   NEXT_PASS (pass_cleanup_cfg);
>     NEXT_PASS (pass_build_cfg);
>     NEXT_PASS (pass_tree_profile);
>     NEXT_PASS (pass_referenced_vars);

This "cleanup before build" could use a comment ;-)

Gr.
Steven


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