aboutsummaryrefslogtreecommitdiff
path: root/gcc/params.h
diff options
context:
space:
mode:
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>2004-11-29 09:33:10 +0000
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>2004-11-29 09:33:10 +0000
commit3abf758b4f4fd3553e0a650ada9b5042086a3399 (patch)
tree792347b7f8fbbe70b402d1e8fca2d2cf210f6cc2 /gcc/params.h
parent0b95377a11b7919946aea748fec48ecdb7af891c (diff)
* 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.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 0ebb9729be7..0a010b23872 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 \