invoke.texi (max-inline-insns-single): Adjust default value.
authorRichard Guenther <rguenther@suse.de>
Fri, 11 Mar 2011 16:07:07 +0000 (16:07 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Fri, 11 Mar 2011 16:07:07 +0000 (16:07 +0000)
2011-03-11  Richard Guenther  <rguenther@suse.de>

* doc/invoke.texi (max-inline-insns-single): Adjust default value.

From-SVN: r170876

gcc/ChangeLog
gcc/doc/invoke.texi

index dea9da94d076881f61fd7c9ad2fcf1f8853659e7..8a5ca08feeebbe9b335bf596a6bcf7413091fa31 100644 (file)
@@ -1,3 +1,7 @@
+2011-03-11  Richard Guenther  <rguenther@suse.de>
+
+       * doc/invoke.texi (max-inline-insns-single): Adjust default value.
+
 2011-03-11  Richard Guenther  <rguenther@suse.de>
 
        PR lto/48073
index a4d55a1312dccc198a058e146e8eb9bee475527a..69980688038bb095487b90c80a3bda6c32b3eded 100644 (file)
@@ -8301,7 +8301,7 @@ This number sets the maximum number of instructions (counted in GCC's
 internal representation) in a single function that the tree inliner
 will consider for inlining.  This only affects functions declared
 inline and methods implemented in a class declaration (C++).
-The default value is 300.
+The default value is 400.
 
 @item max-inline-insns-auto
 When you use @option{-finline-functions} (included in @option{-O3}),