]> git.ipfire.org Git - thirdparty/gcc.git/commit
cgraphunit.c (ipa_passes): Remove unrechable nodes.
authorJan Hubicka <jh@suse.cz>
Sun, 2 Oct 2011 14:30:50 +0000 (16:30 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Sun, 2 Oct 2011 14:30:50 +0000 (14:30 +0000)
commit467a8db025e7513bca07688dc3eaf515bed0eb87
treef40e1b4f38e5db0794b1f03ee8f8d26958cf4b8b
parent78e5ce9f1eb789154f083296ae85a7582bc36a97
cgraphunit.c (ipa_passes): Remove unrechable nodes.

* cgraphunit.c (ipa_passes): Remove unrechable nodes.
* lto-streamer-out.c (produce_symtab): Skip unused extern declarations.
* ipa.c (cgraph_remove_unreachable_nodes): Do not assume that external
functions are reachable when address is taken.
* ipa-inline-analysis.c (reset_inline_edge_summary): New

* gcc.dg/ipa/ctor-empty-1.c: Update dump file.

From-SVN: r179429
gcc/ChangeLog
gcc/cgraphunit.c
gcc/ipa.c
gcc/lto-streamer-out.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/ipa/ctor-empty-1.c
gcc/tree-sra.c