ChangeLog typo fix for last final.c change: LABEL_ALIGN -> LOOP_ALIGN

From-SVN: r32155
This commit is contained in:
Joern Rennecke 2000-02-25 23:09:16 +00:00
parent 8156feba93
commit 9c236404ba
1 changed files with 2 additions and 2 deletions

View File

@ -86,9 +86,9 @@ Thu Feb 24 20:04:11 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
Wed Feb 23 16:42:21 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
* final.c (shorten_branches): Make value passed to LABEL_ALIGN
* final.c (shorten_branches): Make value passed to LOOP_ALIGN
conform to documentation.
* sh.h (LABEL_ALIGN): If aligning loops, call sh_loop_align
* sh.h (LOOP_ALIGN): If aligning loops, call sh_loop_align
to check for special cases.
* sh-protos.h (sh_loop_align): Declare.
* sh.c (sh_loop_align): Define.