Commit ec89843e by Jan Hubicka Committed by Jan Hubicka

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

From-SVN: r73385
parent bd04ab32
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.
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment