aboutsummaryrefslogtreecommitdiff
path: root/gcc/params.h
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.h
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/params.h')
-rw-r--r--gcc/params.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/params.h b/gcc/params.h
index 0ebb972..0a010b2 100644
--- a/gcc/params.h
+++ b/gcc/params.h
@@ -96,8 +96,6 @@ typedef enum compiler_param
PARAM_VALUE (PARAM_MIN_INLINE_INSNS)
#define MAX_INLINE_INSNS_AUTO \
PARAM_VALUE (PARAM_MAX_INLINE_INSNS_AUTO)
-#define MAX_INLINE_INSNS_RTL \
- PARAM_VALUE (PARAM_MAX_INLINE_INSNS_RTL)
#define MAX_VARIABLE_EXPANSIONS \
PARAM_VALUE (PARAM_MAX_VARIABLE_EXPANSIONS)
#define MAX_DELAY_SLOT_INSN_SEARCH \