From patchwork Fri May 6 10:21:45 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ramana Radhakrishnan X-Patchwork-Id: 94357 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id AC83E1007D1 for ; Fri, 6 May 2011 20:22:03 +1000 (EST) Received: (qmail 13702 invoked by alias); 6 May 2011 10:22:02 -0000 Received: (qmail 13680 invoked by uid 22791); 6 May 2011 10:22:00 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-qw0-f47.google.com (HELO mail-qw0-f47.google.com) (209.85.216.47) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 06 May 2011 10:21:47 +0000 Received: by qwh5 with SMTP id 5so2449377qwh.20 for ; Fri, 06 May 2011 03:21:46 -0700 (PDT) MIME-Version: 1.0 Received: by 10.224.8.210 with SMTP id i18mr430127qai.12.1304677305135; Fri, 06 May 2011 03:21:45 -0700 (PDT) Received: by 10.224.19.143 with HTTP; Fri, 6 May 2011 03:21:45 -0700 (PDT) Date: Fri, 6 May 2011 11:21:45 +0100 Message-ID: Subject: [Patch ARM] Unbreak 4.6 branch From: Ramana Radhakrishnan To: gcc-patches Cc: patches@linaro.org, Ira Rosen , Richard Earnshaw X-IsSubscribed: yes 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 Hi, It looks like the 4.6 backport for PR target/48252 got corrupted in some form. I've committed this obvious fix after making sure that the build completes for a cross to arm-linux-gnueabi. I've kicked off a testrun just in case. cheers Ramana 2011-05-06 Ramana Radhakrishnan PR target/48252 * config/arm/neon.md (neon_vtrn): Fix typo from earlier commit. Index: gcc/config/arm/neon.md =================================================================== --- gcc/config/arm/neon.md (revision 173473) +++ gcc/config/arm/neon.md (working copy) @@ -4093,7 +4093,7 @@ (const_string "neon_bp_3cycle")))] ) - "neon_vtrn" +(define_expand "neon_vtrn" [(match_operand:SI 0 "s_register_operand" "r") (match_operand:VDQW 1 "s_register_operand" "w") (match_operand:VDQW 2 "s_register_operand" "w")]