OSDN Git Service

ChangeLog typo fix for last final.c change: LABEL_ALIGN -> LOOP_ALIGN
authoramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 25 Feb 2000 23:09:16 +0000 (23:09 +0000)
committeramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 25 Feb 2000 23:09:16 +0000 (23:09 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32155 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog

index bb1dcb9..5c19618 100644 (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.