From: Jakub Jelinek Date: Thu, 19 Jan 2012 17:07:21 +0000 (+0100) Subject: re PR target/51876 (Recent extra neon related testsuite regressions on arm-linux... X-Git-Tag: releases/gcc-4.7.0~929 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dc2c7a529b8045d63623f8318a7d1131ee88f205;p=thirdparty%2Fgcc.git re PR target/51876 (Recent extra neon related testsuite regressions on arm-linux-gnueabi) PR target/51876 * config/arm/neon.md (*neon_vswp): Fix up operand numbers in the insn pattern. From-SVN: r183306 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8bb487cc0fc8..5b3b5fb1a8ef 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2012-01-19 Jakub Jelinek + + PR target/51876 + * config/arm/neon.md (*neon_vswp): Fix up operand + numbers in the insn pattern. + 2012-01-19 Michael Matz PR tree-optimization/46590 diff --git a/gcc/config/arm/neon.md b/gcc/config/arm/neon.md index 24a15802bc35..a6c891dafd62 100644 --- a/gcc/config/arm/neon.md +++ b/gcc/config/arm/neon.md @@ -2869,7 +2869,7 @@ (match_operand:VDQX 1 "s_register_operand" "+w")) (set (match_dup 1) (match_dup 0))] "TARGET_NEON && reload_completed" - "vswp\t%1, %2" + "vswp\t%0, %1" [(set (attr "neon_type") (if_then_else (match_test "") (const_string "neon_bp_simple")