diff options
author | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-01-11 15:56:26 +0000 |
---|---|---|
committer | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-01-11 15:56:26 +0000 |
commit | c15bc0ce3a153779ed6efa8e68fb9d7f1a4e6ab8 (patch) | |
tree | 3185f928992e2f2f2b6335b02ae5207faecec34a /gcc/params.def | |
parent | c60fb99cf24fc68eea5c7498233907f7bae4b680 (diff) | |
download | gcc-c15bc0ce3a153779ed6efa8e68fb9d7f1a4e6ab8.tar.gz |
Partial fix for PR opt/10776
* Makefile.in (reload.o): Include param.h
* params.def (PARAM_MAX_RELOAD_SEARCH_INSNS): New parameter.
* reload.c: Include params.h.
(find_equiv_reg): Work limiting check.
* invoke.texi: Document.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75679 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/params.def')
-rw-r--r-- | gcc/params.def | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/params.def b/gcc/params.def index d665ad57ba4..a5b3099ca0e 100644 --- a/gcc/params.def +++ b/gcc/params.def @@ -260,6 +260,11 @@ DEFPARAM(GGC_MIN_HEAPSIZE, #undef GGC_MIN_EXPAND_DEFAULT #undef GGC_MIN_HEAPSIZE_DEFAULT +DEFPARAM(PARAM_MAX_RELOAD_SEARCH_INSNS, + "max-reload-search-insns", + "The maximum number of instructions to search backward when looking for equivalent reload", + 100) + /* Local variables: mode:c |