aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Hubicka <jh@suse.cz>2004-01-11 18:01:13 +0100
committerJan Hubicka <hubicka@gcc.gnu.org>2004-01-11 17:01:13 +0000
commitfb544601dbe5774ed330130fa3569b05ba271be6 (patch)
treecb217fe8e1c355da1d2bd8c2ffb341e2555ae7fc
parent3b3bfc0eebfab8f33796490c5d0fa65cbc8c587f (diff)
downloadgcc-fb544601dbe5774ed330130fa3569b05ba271be6.zip
gcc-fb544601dbe5774ed330130fa3569b05ba271be6.tar.gz
gcc-fb544601dbe5774ed330130fa3569b05ba271be6.tar.bz2
* invoke.texi: Fix syntax error in previous patch.
From-SVN: r75681
-rw-r--r--gcc/ChangeLog2
-rw-r--r--gcc/doc/invoke.texi2
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 5dee099..aa162c6 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,7 @@
2004-01-11 Jan Hubicka <jh@suse.cz>
+ * 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 2431cc7..9099090 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