]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/cgraphunit.c
cgraph.c (dump_cgraph_node): Print new flags.
authorJan Hubicka <jh@suse.cz>
Thu, 2 Jun 2005 10:59:00 +0000 (12:59 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Thu, 2 Jun 2005 10:59:00 +0000 (10:59 +0000)
commite7d6beb0f868d4feeefea469278b4e07ec3fee8f
tree4f4dc9e478b4edd68765ff38a1348129dc516dae
parent75c702541afe8c4bb21341be284d02c401782622
cgraph.c (dump_cgraph_node): Print new flags.

* cgraph.c (dump_cgraph_node): Print new flags.
(dump_cgraph_varpool_node): Likewise.
(decide_variable_is_needed): Initialize externally_visible flag.
* cgraph.h (cgraph_local_info): Add externally_visible flag.
(cgraph_varpool_node): Likewise.
(cgraph_function_flags_ready): Declare.
* cgraph.c (cgraph_mark_local_functions): Rename to ...
(cgraph_function_and_variable_visibility) ... this one; handle
externally_visible flags.
(decide_is_function_needed): Set externally_visible flag.
(cgraph_finalize_function): Deal properly with early cleanups.
(cgraph_optimize): Update call of
cgraph_function_and_variable_visibility.

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