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

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

From-SVN: r97547
This commit is contained in:
Jan Hubicka 2005-04-04 17:12:55 +02:00 committed by Jan Hubicka
parent d727c62446
commit 1f4ea8e588
2 changed files with 5 additions and 8 deletions

View File

@ -1,3 +1,8 @@
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.

View File

@ -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);