aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/invoke.texi
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/doc/invoke.texi
parent6654de69a7b37f784658232694bb5707c3eb1719 (diff)
downloadgcc-d41ca8e68fa9ac43688da71f09aedd8bde74f26e.zip
gcc-d41ca8e68fa9ac43688da71f09aedd8bde74f26e.tar.gz
gcc-d41ca8e68fa9ac43688da71f09aedd8bde74f26e.tar.bz2
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/doc/invoke.texi')
-rw-r--r--gcc/doc/invoke.texi6
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 5796474..442562c 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -5426,12 +5426,6 @@ happens only when @option{-finline-functions} (included in @option{-O3}) is
enabled and @option{--param max-inline-recursive-depth-auto} is used. The
default value is 500.
-@item max-inline-insns-rtl
-For languages that use the RTL inliner (this happens at a later stage
-than tree inlining), you can set the maximum allowable size (counted
-in RTL instructions) for the RTL inliner with this parameter.
-The default value is 600.
-
@item max-unrolled-insns
The maximum number of instructions that a loop should have if that loop
is unrolled, and if the loop is unrolled, it determines how many times