Commit 1f4ea8e5 by Jan Hubicka Committed by Jan Hubicka

decl2.c (finish_objects): Revert my previous patch.


	* decl2.c (finish_objects): Revert my previous patch.
	(cp_finish_file): Likewise.

From-SVN: r97547
parent d727c624
2005-04-04 Jan Hubicka <jh@suse.cz>
* decl2.c (finish_objects): Revert my previous patch.
(cp_finish_file): Likewise.
2005-04-03 Kazu Hirata <kazu@cs.umass.edu>
* pt.c: Fix comment typos.
......
......@@ -2957,14 +2957,6 @@ cp_finish_file (void)
pending_statics_used))
reconsider = true;
/* Ask the back end to emit functions and variables that are
enqueued. These emissions may result in marking more entities
as needed. */
if (!flag_unit_at_a_time && cgraph_assemble_pending_functions ())
reconsider = true;
if (!flag_unit_at_a_time && cgraph_varpool_assemble_pending_decls ())
reconsider = true;
retries++;
}
while (reconsider);
......
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