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.h | |
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.h')
-rw-r--r-- | gcc/params.h | 2 |
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 \ |