From 521466e5cc8aa2b45f41c2aa71915eab1290c617 Mon Sep 17 00:00:00 2001 From: Segher Boessenkool Date: Thu, 2 Jun 2016 09:19:07 +0200 Subject: [PATCH] rs6000: Correct the "length" attribute for trunctddd2 * config/rs6000/dfp.md (trunctddd2): Correct the "length" attribute. From-SVN: r237026 --- gcc/ChangeLog | 4 ++++ gcc/config/rs6000/dfp.md | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index acc999418dc..d23e27dd7ff 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2016-06-02 Segher Boessenkool + + * config/rs6000/dfp.md (trunctddd2): Correct the "length" attribute. + 2016-06-01 David Malcolm * config/rl78/rl78.c (rl78_expand_prologue): Convert local diff --git a/gcc/config/rs6000/dfp.md b/gcc/config/rs6000/dfp.md index a631ff5fd9e..7029eb6da38 100644 --- a/gcc/config/rs6000/dfp.md +++ b/gcc/config/rs6000/dfp.md @@ -173,7 +173,8 @@ (clobber (match_scratch:TD 2 "=d"))] "TARGET_DFP" "drdpq %2,%1\;fmr %0,%2" - [(set_attr "type" "fp")]) + [(set_attr "type" "fp") + (set_attr "length" "8")]) (define_insn "adddd3" [(set (match_operand:DD 0 "gpc_reg_operand" "=d") -- 2.30.2