From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1130) id 1DCCF394AC0A; Wed, 4 Aug 2021 15:52:21 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1DCCF394AC0A MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Richard Sandiford To: gcc-cvs@gcc.gnu.org Subject: [gcc r12-2737] aarch64: Fix a typo X-Act-Checkin: gcc X-Git-Author: Richard Sandiford X-Git-Refname: refs/heads/master X-Git-Oldrev: 929f2cf4105ccf12d0684c6d5838f58f0ee5e7c7 X-Git-Newrev: eb55b5b0df26e95c98ab59d34e69189d4f61bc0c Message-Id: <20210804155221.1DCCF394AC0A@sourceware.org> Date: Wed, 4 Aug 2021 15:52:21 +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: Wed, 04 Aug 2021 15:52:21 -0000 https://gcc.gnu.org/g:eb55b5b0df26e95c98ab59d34e69189d4f61bc0c commit r12-2737-geb55b5b0df26e95c98ab59d34e69189d4f61bc0c Author: Richard Sandiford Date: Wed Aug 4 16:52:07 2021 +0100 aarch64: Fix a typo gcc/ * config/aarch64/aarch64.c: Fix a typo. Diff: --- gcc/config/aarch64/aarch64.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/aarch64/aarch64.c b/gcc/config/aarch64/aarch64.c index f80de2ca897..81c002ba0b0 100644 --- a/gcc/config/aarch64/aarch64.c +++ b/gcc/config/aarch64/aarch64.c @@ -15032,7 +15032,7 @@ aarch64_sve_in_loop_reduction_latency (vec_info *vinfo, scalar operation. - If VEC_FLAGS & VEC_ADVSIMD, return the loop carry latency of the - the Advanced SIMD implementation. + Advanced SIMD implementation. - If VEC_FLAGS & VEC_ANY_SVE, return the loop carry latency of the SVE implementation.