]> git.ipfire.org Git - thirdparty/gcc.git/commit
cgraphunit.c (cgraph_expand_function): Use cgraph_possibly_inlined_p.
authorJan Hubicka <hubicka@gcc.gnu.org>
Sun, 9 Nov 2003 02:37:54 +0000 (02:37 +0000)
committerJan Hubicka <hubicka@gcc.gnu.org>
Sun, 9 Nov 2003 02:37:54 +0000 (02:37 +0000)
commitbd04ab3253e35f1fa713c81d009c46ad93cb7a52
tree1bfc19289d3c7307bd622bf5f3e65c6a3e3dea23
parentf7a018474dc63bd2256a7bfeec67b4252481601b
cgraphunit.c (cgraph_expand_function): Use cgraph_possibly_inlined_p.

* cgraphunit.c (cgraph_expand_function): Use
cgraph_possibly_inlined_p.
* tree-optimize.c (tree_rest_of_compilation): Do not kill saved tree.

* opts.c (common_handle_option): Do not set max-inline-insns.
* params.def: Update comments.
(PARAM_MAX_INLINE_INSNS): Kill.
* invoke.texi (max-inline-insns): Kill.

From-SVN: r73384
gcc/cgraphunit.c
gcc/opts.c
gcc/params.def
gcc/tree-optimize.c