diff options
author | nathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-29 09:33:10 +0000 |
---|---|---|
committer | nathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-29 09:33:10 +0000 |
commit | 3abf758b4f4fd3553e0a650ada9b5042086a3399 (patch) | |
tree | 792347b7f8fbbe70b402d1e8fca2d2cf210f6cc2 /gcc/params.def | |
parent | 0b95377a11b7919946aea748fec48ecdb7af891c (diff) | |
download | gcc-3abf758b4f4fd3553e0a650ada9b5042086a3399.tar.gz |
* opts.c (decode_options): Do not set max-inline-insns-rtl.
(common_handle_option): Likewise.
* params.def (PARAM_MAX_INLINE_INSNS_RTL): Remove.
* params.h (MAX_INLINE_INSNS_RTL): Remove.
* doc/invoke.texi (max-inline-insns-rtl): Remove.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91463 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/params.def')
-rw-r--r-- | gcc/params.def | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gcc/params.def b/gcc/params.def index 5bde4a16c77..d24ddc6e9cb 100644 --- a/gcc/params.def +++ b/gcc/params.def @@ -104,16 +104,6 @@ DEFPARAM (PARAM_MAX_INLINE_RECURSIVE_DEPTH_AUTO, "The maximum depth of recursive inlining for non-inline functions", 8) -/* For languages that (still) use the RTL inliner, we can specify - limits for the RTL inliner separately. - The parameter here defines the maximum number of RTL instructions - a function may have to be eligible for inlining in the RTL inliner. - The default value is 600. */ -DEFPARAM (PARAM_MAX_INLINE_INSNS_RTL, - "max-inline-insns-rtl", - "The maximum number of instructions for the RTL inliner", - 600) - /* Limit the number of expansions created by the variable expansion optimization to avoid register pressure. */ DEFPARAM (PARAM_MAX_VARIABLE_EXPANSIONS, |