From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28520 invoked by alias); 20 Oct 2011 20:38:04 -0000 Received: (qmail 28406 invoked by uid 22791); 20 Oct 2011 20:38:03 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-qy0-f175.google.com (HELO mail-qy0-f175.google.com) (209.85.216.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 20 Oct 2011 20:37:49 +0000 Received: by qyk35 with SMTP id 35so4882960qyk.20 for ; Thu, 20 Oct 2011 13:37:49 -0700 (PDT) MIME-Version: 1.0 Received: by 10.229.213.76 with SMTP id gv12mr2618002qcb.132.1319143069152; Thu, 20 Oct 2011 13:37:49 -0700 (PDT) Received: by 10.229.83.146 with HTTP; Thu, 20 Oct 2011 13:37:49 -0700 (PDT) In-Reply-To: References: Date: Thu, 20 Oct 2011 21:04:00 -0000 Message-ID: Subject: Re: [PATCH, i386, PR50766] Fix incorrect mem/reg operands order From: "H.J. Lu" To: Kirill Yukhin Cc: Uros Bizjak , gcc-patches List Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes 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 X-SW-Source: 2011-10/txt/msg01904.txt.bz2 On Thu, Oct 20, 2011 at 1:30 AM, Kirill Yukhin wrote: >> >> OK. >> >> Thanks, >> Uros. > > Great, > could anybody please commit that? > I checked it in for you. -- H.J.