cgraphunit.c (cgraph_optimize): Output debug info when doing toplevel reorder too.

* cgraphunit.c (cgraph_optimize): Output debug info when doing
	toplevel reorder too.

From-SVN: r136905
This commit is contained in:
Jan Hubicka 2008-06-18 21:09:08 +02:00 committed by Jan Hubicka
parent a7bf199e10
commit 45f09afb96
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2008-06-18 Jan Hubicka <jh@suse.cz>
* cgraphunit.c (cgraph_optimize): Output debug info when doing
toplevel reorder too.
2008-06-18 Jan Hubicka <jh@suse.cz>
* c-opts.c (c_common_post_options): PCH is not compatible with

View File

@ -1431,8 +1431,8 @@ cgraph_optimize (void)
varpool_remove_unreferenced_decls ();
varpool_assemble_pending_decls ();
varpool_output_debug_info ();
}
varpool_output_debug_info ();
cgraph_process_new_functions ();
cgraph_state = CGRAPH_STATE_FINISHED;