cgraph.c (cgraph_make_decl_local): Handle DECL_ONE_ONLY similarly to DECL_COMDAT.
authorJan Hubicka <jh@suse.cz>
Tue, 14 Jun 2011 12:48:06 +0000 (14:48 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Tue, 14 Jun 2011 12:48:06 +0000 (12:48 +0000)
commitee6f1177c27e94f9872cc8a1779cfa9138ed7308
tree23005cac831f2efc77c204e3d495cd9069c33e7c
parent618abf9a1a9cf867869751875ea5eac1dc6a7fea
cgraph.c (cgraph_make_decl_local): Handle DECL_ONE_ONLY similarly to DECL_COMDAT.

* cgraph.c (cgraph_make_decl_local): Handle DECL_ONE_ONLY
similarly to DECL_COMDAT.
* cgraphunit.c (cgraph_analyze_function): Likewise.
* ipa.c (function_and_variable_visibility): Likewise.

From-SVN: r175015
gcc/ChangeLog
gcc/cgraph.c
gcc/cgraphunit.c
gcc/ipa.c