From: Segher Boessenkool Date: Thu, 2 Jun 2016 07:19:07 +0000 (+0200) Subject: rs6000: Correct the "length" attribute for trunctddd2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=521466e5cc8aa2b45f41c2aa71915eab1290c617;p=gcc.git rs6000: Correct the "length" attribute for trunctddd2 * config/rs6000/dfp.md (trunctddd2): Correct the "length" attribute. From-SVN: r237026 --- 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")