* config/epiphany/epiphgany.md (maddsi_combine): Fix output pattern.
authorJoern Rennecke <joern.rennecke@embecosm.com>
Wed, 28 Nov 2012 16:11:47 +0000 (16:11 +0000)
committerJoern Rennecke <amylaar@gcc.gnu.org>
Wed, 28 Nov 2012 16:11:47 +0000 (16:11 +0000)
From-SVN: r193897

gcc/ChangeLog
gcc/config/epiphany/epiphany.md

index 35277bc4d2b09528db9940ee1742be912a7a9054..503e0eee6225fd55388123aed87f3ef628d6ce93 100644 (file)
@@ -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  <oleg@adapteva.com>
 
        * config/epiphany/epiphany.h (ASM_OUTPUT_ALIGN_WITH_NOP): Define.
index 3a05a2a46a87919ec3cee2f89c21b56725124cb9..c70df07d410fa762f584b999fee183601ef21747 100644 (file)
                    (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"