aboutsummaryrefslogtreecommitdiff
path: root/gcc/opts.c
diff options
context:
space:
mode:
authorJan Hubicka <hubicka@gcc.gnu.org>2003-11-09 02:37:54 +0000
committerJan Hubicka <hubicka@gcc.gnu.org>2003-11-09 02:37:54 +0000
commitbd04ab3253e35f1fa713c81d009c46ad93cb7a52 (patch)
tree1bfc19289d3c7307bd622bf5f3e65c6a3e3dea23 /gcc/opts.c
parentf7a018474dc63bd2256a7bfeec67b4252481601b (diff)
downloadgcc-bd04ab3253e35f1fa713c81d009c46ad93cb7a52.zip
gcc-bd04ab3253e35f1fa713c81d009c46ad93cb7a52.tar.gz
gcc-bd04ab3253e35f1fa713c81d009c46ad93cb7a52.tar.bz2
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
Diffstat (limited to 'gcc/opts.c')
-rw-r--r--gcc/opts.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/opts.c b/gcc/opts.c
index dafd371..694cac7 100644
--- a/gcc/opts.c
+++ b/gcc/opts.c
@@ -1057,7 +1057,6 @@ common_handle_option (size_t scode, const char *arg,
case OPT_finline_limit_:
case OPT_finline_limit_eq:
- set_param_value ("max-inline-insns", value);
set_param_value ("max-inline-insns-single", value / 2);
set_param_value ("max-inline-insns-auto", value / 2);
set_param_value ("max-inline-insns-rtl", value);