cgraph.c (cgraph_mark_needed_node, [...]): Use next_needed field instead of aux to...
authorJan Hubicka <jh@suse.cz>
Wed, 2 Jul 2003 00:17:38 +0000 (02:17 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Wed, 2 Jul 2003 00:17:38 +0000 (00:17 +0000)
commit8bd87c4e73fef41cbbd1c7dd722e0a590ff1111c
tree3136e42f99188647a6b9586d69209b69f95f0c02
parentd6435621b2bc4ca2f3664172c1464def4b2a9a4f
cgraph.c (cgraph_mark_needed_node, [...]): Use next_needed field instead of aux to maintain the queue.

* cgraph.c (cgraph_mark_needed_node, cgraph_varpool_mark_needed_node,
cgraph_varpool_finalize_decl, cgraph_varpool_assemble_pending_decls):
Use next_needed field instead of aux to maintain the queue.
* cgraph.h (cgraph_node): Add next_needed.
(cgraph_varpool_node): Add next_needed; remove aux.
* cgraphunit.c (cgraph_finalize_compilation_unit): Use next_needed.

From-SVN: r68807
gcc/ChangeLog
gcc/cgraph.c
gcc/cgraph.h
gcc/cgraphunit.c