From: Joern Rennecke Date: Wed, 28 Nov 2012 16:11:47 +0000 (+0000) Subject: * config/epiphany/epiphgany.md (maddsi_combine): Fix output pattern. X-Git-Tag: releases/gcc-4.8.0~1728 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e87ef71b0544e9633bc3eed9f169a604e078ef67;p=thirdparty%2Fgcc.git * config/epiphany/epiphgany.md (maddsi_combine): Fix output pattern. From-SVN: r193897 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 35277bc4d2b0..503e0eee6225 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -20,6 +20,8 @@ (fp_arith): .. this. (v2fp_arith): New insn reservation. + * config/epiphany/epiphgany.md (maddsi_combine): Fix output pattern. + 2012-11-28 Oleg Raikhman * config/epiphany/epiphany.h (ASM_OUTPUT_ALIGN_WITH_NOP): Define. diff --git a/gcc/config/epiphany/epiphany.md b/gcc/config/epiphany/epiphany.md index 3a05a2a46a87..c70df07d410f 100644 --- a/gcc/config/epiphany/epiphany.md +++ b/gcc/config/epiphany/epiphany.md @@ -1049,7 +1049,7 @@ (match_operand:SI 3 "gpr_operand" "0"))) (clobber (reg:CC_FP CCFP_REGNUM))])] "" - "imsub %0, %1, %2" + "imadd %0, %1, %2" [(set_attr "type" "fp_int")]) (define_insn "*imsub"