* cgraph.c (cgraph_remove_node): Free DECL_INITIAL field of node.
commit8ec2a79805715a461ee3ae9078b9f1af304dff1c
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 8 Sep 2004 09:28:06 +0000 (8 09:28 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 8 Sep 2004 09:28:06 +0000 (8 09:28 +0000)
tree29b2c1082d2d4dda08ca1f0a6b2e0aa510db37c2
parentb77a16ed723f57ef9feea84e079c8967f0fbbab7
* cgraph.c (cgraph_remove_node): Free DECL_INITIAL field of node.
* cgraphunit.c (verify_cgraph): Don't verify on syntax errors.
(cgraph_expand_function): Remove stale cgraph edges of currently
compiled function; fix non-unit-at-a-time code copying function
node for later reuse.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@87181 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/cgraph.c
gcc/cgraphunit.c
gcc/tree-optimize.c