Commit 45f09afb by Jan Hubicka Committed by Jan Hubicka

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
parent a7bf199e
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
no-unit-at-a-time.
* opts.c (handle_options): Enable unit-at-a-time at O0 along with
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment