diff options
author | Jan Hubicka <jh@suse.cz> | 2013-08-02 11:44:18 +0200 |
---|---|---|
committer | Jan Hubicka <hubicka@gcc.gnu.org> | 2013-08-02 09:44:18 +0000 |
commit | 0dcc26c3112f1c8e024c17b245d0519642fb65da (patch) | |
tree | eca584ec19105013c4dcd283dd8fc7c14538089b /gcc/ipa.c | |
parent | 257e6ab3df37d92d933a404ec0a5a02f39141aa3 (diff) | |
download | gcc-0dcc26c3112f1c8e024c17b245d0519642fb65da.zip gcc-0dcc26c3112f1c8e024c17b245d0519642fb65da.tar.gz gcc-0dcc26c3112f1c8e024c17b245d0519642fb65da.tar.bz2 |
ipa.c (symtab_remove_unreachable_nodes): Nodes in other partitions are not needed.
* ipa.c (symtab_remove_unreachable_nodes): Nodes in other partitions are
not needed.
From-SVN: r201431
Diffstat (limited to 'gcc/ipa.c')
-rw-r--r-- | gcc/ipa.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -239,6 +239,7 @@ symtab_remove_unreachable_nodes (bool before_inlining_p, FILE *file) node->used_as_abstract_origin = false; if (node->symbol.definition && !node->global.inlined_to + && !node->symbol.in_other_partition && (!cgraph_can_remove_if_no_direct_calls_and_refs_p (node) /* Keep around virtual functions for possible devirtualization. */ || (before_inlining_p |