* tree-optimize.c (tree_rest_of_compilation): Fix warning.

From-SVN: r73385
This commit is contained in:
Jan Hubicka 2003-11-09 04:06:21 +01:00 committed by Jan Hubicka
parent bd04ab3253
commit ec89843ee6
2 changed files with 2 additions and 8 deletions

View File

@ -1,5 +1,7 @@
2003-11-09 Jan Hubicka <jh@suse.cz>
* tree-optimize.c (tree_rest_of_compilation): Fix warning.
* cgraphunit.c (cgraph_expand_function): Use
cgraph_possibly_inlined_p.
* tree-optimize.c (tree_rest_of_compilation): Do not kill saved tree.

View File

@ -195,14 +195,6 @@ tree_rest_of_compilation (tree fndecl, bool nested_p)
}
}
/* ??? Looks like some of this could be combined. */
/* If possible, obliterate the body of the function so that it can
be garbage collected. */
if (dump_enabled_p (TDI_all))
/* Keep the body; we're going to dump it. */
;
/* Since we don't need the RTL for this function anymore, stop pointing to
it. That's especially important for LABEL_DECLs, since you can reach all
the instructions in the function from the CODE_LABEL stored in the