From fb544601dbe5774ed330130fa3569b05ba271be6 Mon Sep 17 00:00:00 2001 From: Jan Hubicka Date: Sun, 11 Jan 2004 18:01:13 +0100 Subject: [PATCH] * invoke.texi: Fix syntax error in previous patch. From-SVN: r75681 --- gcc/ChangeLog | 2 ++ gcc/doc/invoke.texi | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5dee099d179..aa162c6f66d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,7 @@ 2004-01-11 Jan Hubicka + * invoke.texi: Fix syntax error in previous patch. + Partial fix for PR opt/10776 * Makefile.in (reload.o): Include param.h * params.def (PARAM_MAX_RELOAD_SEARCH_INSNS): New parameter. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 2431cc7af31..909909002b1 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -4853,14 +4853,12 @@ parameter very large effectively disables garbage collection. Setting this parameter and @option{ggc-min-expand} to zero causes a full collection to occur at every opportunity. -@table @gcctabopt @item max-reload-search-insns The maximum number of instruction reload should look backward for equivalent register. Increasing values mean more aggressive optimization, making the compile time increase with probably slightly better performance. The default value is 100. - @item reorder-blocks-duplicate @itemx reorder-blocks-duplicate-feedback -- 2.30.2