This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Tree profilng merge 8 - make cfg build debug info friendly
- From: Steven Bosscher <stevenb at suse dot de>
- To: Jan Hubicka <jh at suse dot cz>
- Cc: gcc-patches at gcc dot gnu dot org, rth at redhat dot com
- Date: Fri, 28 May 2004 13:09:57 +0200
- Subject: Re: Tree profilng merge 8 - make cfg build debug info friendly
- Organization: SUSE Labs
> *************** 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