* final.c (shorten_branches): Make value passed to LABEL_ALIGN
authoramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 23 Feb 2000 17:18:15 +0000 (17:18 +0000)
committeramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 23 Feb 2000 17:18:15 +0000 (17:18 +0000)
commitafd5d59a0a623aa1c0176deac5c92c2897a824c1
tree8baf5d722de68518d2c8e380ff3c3c6fb2dd680f
parent0fdbb710aef4b2b58654a1553fc6a23dd39b3910
* final.c (shorten_branches): Make value passed to LABEL_ALIGN
conform to documentation.
* sh.h (LABEL_ALIGN): If aligning loops, call sh_label_align
to check for special cases.
* sh-protos.h (sh_label_align): Declare.
* sh.c (sh_label_align): Define.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32114 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/sh/sh-protos.h
gcc/config/sh/sh.c
gcc/config/sh/sh.h
gcc/final.c