]> gcc.gnu.org Git - gcc.git/commitdiff
* invoke.texi: Fix syntax error in previous patch.
authorJan Hubicka <jh@suse.cz>
Sun, 11 Jan 2004 17:01:13 +0000 (18:01 +0100)
committerJan Hubicka <hubicka@gcc.gnu.org>
Sun, 11 Jan 2004 17:01:13 +0000 (17:01 +0000)
From-SVN: r75681

gcc/ChangeLog
gcc/doc/invoke.texi

index 5dee099d179e1b215312b42adfa66ef4b1d4ab31..aa162c6f66d805cec883e5f8fb1145d03957703d 100644 (file)
@@ -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.
index 2431cc7af312ce7f4672afb77261a3562bd2ffa3..909909002b1f78f831d7edf474ac1aef73d96700 100644 (file)
@@ -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
 
This page took 0.083152 seconds and 5 git commands to generate.