Makefile.in (GTFILES): Add cgraph.h.
commited2df68b4b119cbfa7765c45075d16208a63c30e
authorJan Hubicka <jh@suse.cz>
Mon, 30 Jun 2003 21:56:46 +0000 (30 23:56 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Mon, 30 Jun 2003 21:56:46 +0000 (30 21:56 +0000)
treef704a619a0160f7e2e4daef01e29f11c9aa4fa89
parentf11c1f9089ef8be8221062cdd6ced02f84d8d9a4
Makefile.in (GTFILES): Add cgraph.h.

* Makefile.in (GTFILES): Add cgraph.h.
* cgraph.c (known_decls): Remove.
(cgraph_hash, cgraph_nodes, cgraph_nodes_queue,
cgraph_varpool_hash, cgraph_varpool_nodes_queue): GTYize.
(cgraph_node): Do not allocate known_decls; use polutate hashtable.
(cgraph_varpool_node): Likewise; add next pointer.
(cgraph_varpool_nodes): New static variable.
* cgraph.h (cgraph_local_info, cgraph_global_info, cgraph_rtl_info,
cgraph_node, cgraph_edge, cgraph_varpool_node, cgraph_nodes, cgraph_n_nodes,
cgraph_varpool_n_nodes, cgraph_varpool_nodes_queue): GTYize.
* gengtype.c (open_base_files): Include cgraph.h

From-SVN: r68742
gcc/ChangeLog
gcc/Makefile.in
gcc/cgraph.c
gcc/cgraph.h
gcc/gengtype.c