Commit e87ef71b by Joern Rennecke Committed by Joern Rennecke

* config/epiphany/epiphgany.md (maddsi_combine): Fix output pattern.

From-SVN: r193897
parent 553bfa06
...@@ -20,6 +20,8 @@ ...@@ -20,6 +20,8 @@
(fp_arith): .. this. (fp_arith): .. this.
(v2fp_arith): New insn reservation. (v2fp_arith): New insn reservation.
* config/epiphany/epiphgany.md (maddsi_combine): Fix output pattern.
2012-11-28 Oleg Raikhman <oleg@adapteva.com> 2012-11-28 Oleg Raikhman <oleg@adapteva.com>
* config/epiphany/epiphany.h (ASM_OUTPUT_ALIGN_WITH_NOP): Define. * config/epiphany/epiphany.h (ASM_OUTPUT_ALIGN_WITH_NOP): Define.
...@@ -1049,7 +1049,7 @@ ...@@ -1049,7 +1049,7 @@
(match_operand:SI 3 "gpr_operand" "0"))) (match_operand:SI 3 "gpr_operand" "0")))
(clobber (reg:CC_FP CCFP_REGNUM))])] (clobber (reg:CC_FP CCFP_REGNUM))])]
"" ""
"imsub %0, %1, %2" "imadd %0, %1, %2"
[(set_attr "type" "fp_int")]) [(set_attr "type" "fp_int")])
(define_insn "*imsub" (define_insn "*imsub"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment