From 03dfda54535c36cef955c0d06d46b82e2356574c Mon Sep 17 00:00:00 2001 From: Richard Guenther Date: Fri, 11 Mar 2011 16:07:07 +0000 Subject: [PATCH] invoke.texi (max-inline-insns-single): Adjust default value. 2011-03-11 Richard Guenther * doc/invoke.texi (max-inline-insns-single): Adjust default value. From-SVN: r170876 --- gcc/ChangeLog | 4 ++++ gcc/doc/invoke.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index dea9da94d07..8a5ca08feee 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2011-03-11 Richard Guenther + + * doc/invoke.texi (max-inline-insns-single): Adjust default value. + 2011-03-11 Richard Guenther PR lto/48073 diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index a4d55a1312d..69980688038 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -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}), -- 2.30.2