From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1984) id 3B6B1382D3AA; Mon, 14 Nov 2022 18:51:01 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3B6B1382D3AA DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1668451861; bh=IHaPuJoU67S8QtifnOqR0Yrg3/RtxH8WBkaMRLvy4ZM=; h=From:To:Subject:Date:From; b=VHcqlhL0nZdx8EaDU3+mJopo3i3oMVJmp7iFu/Zk7AH5PmA6FKo4d2whCLUx+zaWS Ck2FYES2Nk2+y5B7/a6qW0yIOLqE/iKqeY9FNAVCUldz8yxLOhWepIyUbgYiBciUmb StC1oyC4WPK/SDHFI5aqBZ6JEgBbIvQq/EPbuRFQ= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Tamar Christina To: gcc-cvs@gcc.gnu.org Subject: [gcc r13-4031] middle-end: Fix can_special_div_by_const doc. X-Act-Checkin: gcc X-Git-Author: Tamar Christina X-Git-Refname: refs/heads/master X-Git-Oldrev: 991cfe5b30cb06611aa03d8c67860552785faba8 X-Git-Newrev: 1d99e09106ad08a1e060a8d3343c123c3c115bcc Message-Id: <20221114185101.3B6B1382D3AA@sourceware.org> Date: Mon, 14 Nov 2022 18:51:01 +0000 (GMT) List-Id: https://gcc.gnu.org/g:1d99e09106ad08a1e060a8d3343c123c3c115bcc commit r13-4031-g1d99e09106ad08a1e060a8d3343c123c3c115bcc Author: Tamar Christina Date: Mon Nov 14 18:50:39 2022 +0000 middle-end: Fix can_special_div_by_const doc. This commits the typo fix so it matches the tm.texi file and fix the bootstrap. gcc/ChangeLog: * target.def: Fix typo. Diff: --- gcc/target.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/target.def b/gcc/target.def index 6707540dc99..d82606ff5ab 100644 --- a/gcc/target.def +++ b/gcc/target.def @@ -1910,7 +1910,7 @@ DEFHOOK "This hook is used to test whether the target has a special method of\n\ division of vectors of type @var{vectype} using the value @var{constant},\n\ and producing a vector of type @var{vectype}. The division\n\ -will then not be decomposed by the and kept as a div.\n\ +will then not be decomposed by the vectorizer and kept as a div.\n\ \n\ When the hook is being used to test whether the target supports a special\n\ divide, @var{in0}, @var{in1}, and @var{output} are all null. When the hook\n\