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: 1370 Return-Path: Delivered-To: unknown Received: from imap.gmail.com (74.125.159.109) by localhost6.localdomain6 with IMAP4-SSL; 08 Jun 2011 14:51:29 -0000 Delivered-To: patches@linaro.org Received: by 10.224.184.145 with SMTP id ck17cs133533qab; Fri, 6 May 2011 03:21:47 -0700 (PDT) Received: by 10.224.217.8 with SMTP id hk8mr3258280qab.96.1304677306972; Fri, 06 May 2011 03:21:46 -0700 (PDT) Received: from mail-qw0-f50.google.com (mail-qw0-f50.google.com [209.85.216.50]) by mx.google.com with ESMTPS id l5si6978768qcu.71.2011.05.06.03.21.46 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 06 May 2011 03:21:46 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.216.50 is neither permitted nor denied by best guess record for domain of ramana.radhakrishnan@linaro.org) client-ip=209.85.216.50; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.216.50 is neither permitted nor denied by best guess record for domain of ramana.radhakrishnan@linaro.org) smtp.mail=ramana.radhakrishnan@linaro.org Received: by qwe5 with SMTP id 5so2531700qwe.37 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 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")]