From patchwork Wed Jun 12 03:59:23 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kugan Vivekanandarajah X-Patchwork-Id: 1114272 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=gcc.gnu.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=gcc-patches-return-502807-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=linaro.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 45NtSR2k3Yz9s7h for ; Wed, 12 Jun 2019 14:00:21 +1000 (AEST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :mime-version:from:date:message-id:subject:to:content-type; q= dns; s=default; b=DGhCOlZXUFaZg1gKW5CX84TnWMelnXljG6CkR5GW1YAJsH 4tJK5W6mdxxlXhFvXbwSY7UQc0/qWUj8Obsn6UnEDfk4cAcYIPKcXIin13D41+Pu LacNhIDrkd5K+RLn314C64aDJVBNESmMQE6YIFpQnlwtBNTUoMrQrHKwFUeMA= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :mime-version:from:date:message-id:subject:to:content-type; s= default; bh=j1jc+wyYou/4BDDMDKxn/ykS580=; b=TgV1n3knn22WnBGz1DA0 0UwBP20xFmQSVe4HwoLJp7qAmH2TucioepXYA7a3UkS905oFuS5iDqeZxMECSJOC nffXc0zkldrUqnwKrwxU81Rd6KNmVyOvKbmCVpYjr7Yu/oSE/635+OoH0EISd+Vw +xQgSzAaDCKg7E7K/lIuVPE= Received: (qmail 127978 invoked by alias); 12 Jun 2019 04:00:10 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 120203 invoked by uid 89); 12 Jun 2019 04:00:04 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-24.6 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.1 spammy= X-HELO: mail-lf1-f53.google.com Received: from mail-lf1-f53.google.com (HELO mail-lf1-f53.google.com) (209.85.167.53) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 12 Jun 2019 04:00:02 +0000 Received: by mail-lf1-f53.google.com with SMTP id y13so10886314lfh.9 for ; Tue, 11 Jun 2019 21:00:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:from:date:message-id:subject:to; bh=cbsentt6g3CR2g7LL62jNJbL/GDxOayomqIG5WOCaZg=; b=nR5Qf80klvdH61svpwHw5QO+2qUxm2HIi0GOKuuhr2uV3ZxPhJPwt5W16AcLaUTnMG qF3a2t15Ax3Oo2GMfIlaVLPk5zAc/KLnMn8g1TA9cyFQ9qmG4MQo1purCgOgnj0ITi4d 6OBSlDuNv0sErrHFMruImainyaxEmnIbL7hpniIrJdb+/EwC6/ko88ByqQJ14R3uL4F/ w4Jkqir44pIetggDsVfLdUjJC4nE6R7zxhweS8OMBSeOfFsW7Q2tuRk1JpJDF3lsNh9j aIrtVKiwKroPx4hqxHJBxTcLJwTTwkDUfE+njg8QXdlFU2drIoQI8Wk2SQ5Wvm3PxWS8 ifzQ== MIME-Version: 1.0 From: Kugan Vivekanandarajah Date: Wed, 12 Jun 2019 13:59:23 +1000 Message-ID: Subject: [AARCH64] Fix typo in comment To: GCC Patches X-IsSubscribed: yes AArch64 comment for ADDSUB iterator is a typo or copy-and-paste error. Attached patch fixes this. I believe this falls under obvious category. I will commit it after 48hrs unless comments should be better worded. Thanks, Kugan gcc/ChangeLog: 2019-06-12 Kugan Vivekanandarajah * config/aarch64/iterators.md (ADDSUB): Fix typo in comment. diff --git a/gcc/config/aarch64/iterators.md b/gcc/config/aarch64/iterators.md index 2179e6f..49c8146 100644 --- a/gcc/config/aarch64/iterators.md +++ b/gcc/config/aarch64/iterators.md @@ -1215,7 +1215,7 @@ ;; Signed and unsigned max operations. (define_code_iterator USMAX [smax umax]) -;; Code iterator for variants of vector max and min. +;; Code iterator for variants of vector plus and minus. (define_code_iterator ADDSUB [plus minus]) ;; Code iterator for variants of vector saturating binary ops.