From e87ef71b0544e9633bc3eed9f169a604e078ef67 Mon Sep 17 00:00:00 2001 From: Joern Rennecke Date: Wed, 28 Nov 2012 16:11:47 +0000 Subject: [PATCH] * config/epiphany/epiphgany.md (maddsi_combine): Fix output pattern. From-SVN: r193897 --- gcc/ChangeLog | 2 ++ gcc/config/epiphany/epiphany.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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" -- 2.47.3