From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 68001 invoked by alias); 29 Jun 2019 00:50:15 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 67986 invoked by uid 89); 29 Jun 2019 00:50:13 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-15.2 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,RCVD_IN_DNSWL_NONE,RCVD_IN_JMF_BL autolearn=ham version=3.3.1 spammy=H*M:online, cpymemsi, H*Ad:U*olegendo, movmemsi X-HELO: mailout09.t-online.de Received: from mailout09.t-online.de (HELO mailout09.t-online.de) (194.25.134.84) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 29 Jun 2019 00:50:11 +0000 Received: from fwd40.aul.t-online.de (fwd40.aul.t-online.de [172.20.26.139]) by mailout09.t-online.de (Postfix) with SMTP id C6683422B982; Sat, 29 Jun 2019 02:50:08 +0200 (CEST) Received: from yam-desktop (EC-x2qZYYhSRof5aKjcdqmkQFHX-lrNUS9nfbUm5lSkCJrjs9ZAPzPkp3uAgJ3uZlM@[163.58.16.102]) by fwd40.t-online.de with (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384 encrypted) esmtp id 1hh1Z6-2A7k0W0; Sat, 29 Jun 2019 02:50:04 +0200 Message-ID: <73f2fb63b75b2a6f943f36f6ab1a01c87acc1146.camel@t-online.de> Subject: Re: [PATCH 26/30] Changes to sh From: Oleg Endo To: acsawdey@linux.ibm.com, gcc-patches@gcc.gnu.org Cc: segher@kernel.crashing.org, wschmidt@linux.ibm.com, dje.gcc@gmail.com, olegendo@gcc.gnu.org, aoliva@redhat.com Date: Sat, 29 Jun 2019 00:50:00 -0000 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2019-06/txt/msg01876.txt.bz2 On Tue, 2019-06-25 at 15:22 -0500, acsawdey@linux.ibm.com wrote: > From: Aaron Sawdey > > * config/sh/sh.md (movmemsi): Change name to cpymemsi. > --- > gcc/config/sh/sh.md | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/gcc/config/sh/sh.md b/gcc/config/sh/sh.md > index 8354377..ed70e34 100644 > --- a/gcc/config/sh/sh.md > +++ b/gcc/config/sh/sh.md > @@ -8906,7 +8906,7 @@ > > ;; String/block move insn. > > -(define_expand "movmemsi" > +(define_expand "cpymemsi" > [(parallel [(set (mem:BLK (match_operand:BLK 0)) > (mem:BLK (match_operand:BLK 1))) > (use (match_operand:SI 2 "nonmemory_operand")) Looks like a trivial change. It's OK. Cheers, Oleg