From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2010) id E5A913858D35; Tue, 8 Mar 2022 17:18:50 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E5A913858D35 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Eric Gallager To: gcc-cvs@gcc.gnu.org Subject: [gcc r12-7537] Fix typo in gcc/params.opt. X-Act-Checkin: gcc X-Git-Author: Eric Gallager X-Git-Refname: refs/heads/master X-Git-Oldrev: 10ecf5182a0f63d79a44b953483ecfbb54d29bcb X-Git-Newrev: 6319391d5634ceb07abfadfaabee25e403f5110a Message-Id: <20220308171850.E5A913858D35@sourceware.org> Date: Tue, 8 Mar 2022 17:18:50 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Mar 2022 17:18:51 -0000 https://gcc.gnu.org/g:6319391d5634ceb07abfadfaabee25e403f5110a commit r12-7537-g6319391d5634ceb07abfadfaabee25e403f5110a Author: Eric Gallager Date: Tue Mar 8 12:14:33 2022 -0500 Fix typo in gcc/params.opt. Addresses one of the points raised in #104552; checking in under the "obvious" rule. gcc/ChangeLog: PR translation/104552 * params.opt: Fix typo. Diff: --- gcc/params.opt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/params.opt b/gcc/params.opt index 9561aa61a50..507d24c2f37 100644 --- a/gcc/params.opt +++ b/gcc/params.opt @@ -551,7 +551,7 @@ Maximum loop depth of a call which is considered for inlining functions called o -param=max-inline-functions-called-once-insns= Common Joined UInteger Var(param_inline_functions_called_once_insns) Init(4000) Optimization Param -Maximum combinaed size of caller and callee wich is inlined if callee is called once. +Maximum combined size of caller and callee which is inlined if callee is called once. -param=max-inline-insns-auto= Common Joined UInteger Var(param_max_inline_insns_auto) Init(15) Optimization Param