More full description of changes for config/h8300/h8300.c.

From-SVN: r25896
This commit is contained in:
Vladimir Makarov 1999-03-22 08:03:21 +00:00
parent 04b6000c82
commit d3c29f99ef

View File

@ -4,8 +4,9 @@ Mon Mar 22 10:44:33 1999 Vladimir Makarov <vmakarov@tofu.to.cygnus.com>
(modhi3+1, andsi3+1, iorsi3+1, extzv+1, extzv+2): Change insn
default value of attribute "adjust_length" onto "no".
* config/h8300/h8300.c (h8300_adjust_insn_length): Use 0 if the
shift is negative.
* config/h8300/h8300.c (h8300_adjust_insn_length): Adust
length only if the attribute "adjust_length" value is "yes".
Use 0 if the shift is negative.
* final.c (shorten_branches): Check insn length after its
adjusting.