From ac875c2ec22e23ad511d48988c4f015d4109348e Mon Sep 17 00:00:00 2001 From: Jan Hubicka Date: Tue, 8 Sep 2009 15:59:20 +0200 Subject: invoke.texi (early-inlining-insns): Reduce from 12 to 8. * doc/invoke.texi (early-inlining-insns): Reduce from 12 to 8. * params.def (early-inlining-insns): Likewise. From-SVN: r151511 --- gcc/doc/invoke.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/doc') diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 097468a..e1d9fe1 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -7714,7 +7714,7 @@ whose probability exceeds given threshold (in percents). The default value is @item early-inlining-insns Specify growth that early inliner can make. In effect it increases amount of -inlining for code having large abstraction penalty. The default value is 12. +inlining for code having large abstraction penalty. The default value is 8. @item max-early-inliner-iterations @itemx max-early-inliner-iterations -- cgit v1.1