[commited] Fix pasto in the docs

Eric Botcazou ebotcazou@libertysurf.fr
Thu Apr 17 07:39:00 GMT 2003


Hi,

There is no param named 'max-inline-insns-single-auto'.

Applied on mainline and 3.3 branch.

-- 
Eric Botcazou


2003-04-17  Eric Botcazou  <ebotcazou@libertysurf.fr>

	* doc/invoke.texi (inline-limit): Fix pasto.


Index: doc/invoke.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/invoke.texi,v
retrieving revision 1.267
diff -u -r1.267 invoke.texi
--- doc/invoke.texi     15 Apr 2003 16:34:07 -0000      1.267
+++ doc/invoke.texi     17 Apr 2003 07:25:32 -0000
@@ -3622,7 +3622,7 @@
   is set to @var{n}.
  @item max-inline-insns-single
   is set to @var{n}/2.
- @item max-inline-insns-single-auto
+ @item max-inline-insns-auto
   is set to @var{n}/2.
  @item min-inline-insns
   is set to 130 or @var{n}/4, whichever is smaller.



More information about the Gcc-patches mailing list