]> git.ipfire.org Git - thirdparty/gcc.git/commit
ipa.c (process_references): Enqueue all referenced nodes; mark as reachable only...
authorJan Hubicka <hubicka@gcc.gnu.org>
Tue, 26 Oct 2010 21:33:37 +0000 (21:33 +0000)
committerJan Hubicka <hubicka@gcc.gnu.org>
Tue, 26 Oct 2010 21:33:37 +0000 (21:33 +0000)
commitd5fae4575b268d141fe47da1f16e8b550917e4f0
tree457c0a3cbe0fdce9aec0d473f820087b09c28ba8
parent74288524a6a9cb8e7205c0f3c3b0bf2742e54206
ipa.c (process_references): Enqueue all referenced nodes; mark as reachable only non-external nodes.

* ipa.c (process_references): Enqueue all referenced nodes;
mark as reachable only non-external nodes.
(cgraph_remove_unreachable_nodes): All referenced nodes should
be enqueued; remove bogues node->needed check.

From-SVN: r165988
gcc/ChangeLog