From 21cb351825d45c42e9e5148715a2fd2051cf4ed1 Mon Sep 17 00:00:00 2001 From: Jan Hubicka Date: Fri, 16 Jan 2015 22:21:50 +0000 Subject: [PATCH] invoke.texi (--param early-inlining-insns): Update default value. * doc/invoke.texi (--param early-inlining-insns): Update default value. * params.def (PARAM_EARLY_INLINING_INSNS): Set to 14. From-SVN: r219775 --- gcc/doc/invoke.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 8a9387b95ae..69ba6214078 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -10077,7 +10077,7 @@ The default value is 10. @item early-inlining-insns Specify growth that the early inliner can make. In effect it increases the amount of inlining for code having a large abstraction penalty. -The default value is 10. +The default value is 14. @item max-early-inliner-iterations Limit of iterations of the early inliner. This basically bounds -- 2.30.2