cgraph.c (cgraph_remove_node): Avoid loop in code deciding whether function body...
authorJan Hubicka <jh@suse.cz>
Fri, 18 Mar 2005 10:00:53 +0000 (11:00 +0100)
committerJan Hubicka <hubicka@gcc.gnu.org>
Fri, 18 Mar 2005 10:00:53 +0000 (10:00 +0000)
commit4a76d91a23aec10234a7c7f20bb3fee607942547
tree8e3f1acc0058440927b7f644fdf8d1a2972329fc
parent49aa94f95f3118743aa7563a29536af95edacac4
cgraph.c (cgraph_remove_node): Avoid loop in code deciding whether function body should be released...

* cgraph.c (cgraph_remove_node): Avoid loop in code deciding whether
function body should be released; do not proactively release function
bodies in non-unit-at-a-time mode.

From-SVN: r96654
gcc/ChangeLog
gcc/cgraph.c