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  <ramana.radhakrish...@linaro.org>

        PR target/48252
        * config/arm/neon.md (neon_vtrn<mode>): 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<mode>"
+(define_expand "neon_vtrn<mode>"
   [(match_operand:SI 0 "s_register_operand" "r")
    (match_operand:VDQW 1 "s_register_operand" "w")
    (match_operand:VDQW 2 "s_register_operand" "w")]

Reply via email to