summaryrefslogtreecommitdiff
path: root/gcc/params.def
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@codesourcery.com>2004-11-29 09:33:10 +0000
committerNathan Sidwell <nathan@gcc.gnu.org>2004-11-29 09:33:10 +0000
commitd41ca8e68fa9ac43688da71f09aedd8bde74f26e (patch)
tree792347b7f8fbbe70b402d1e8fca2d2cf210f6cc2 /gcc/params.def
parent6654de69a7b37f784658232694bb5707c3eb1719 (diff)
downloadgcc-d41ca8e68fa9ac43688da71f09aedd8bde74f26e.tar.gz
opts.c (decode_options): Do not set max-inline-insns-rtl.
* 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. From-SVN: r91463
Diffstat (limited to 'gcc/params.def')
-rw-r--r--gcc/params.def10
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,