Formatting fix.
authorJ"orn Rennecke <amylaar@cygnus.co.uk>
Mon, 2 Mar 1998 15:04:08 +0000 (15:04 +0000)
committerJoern Rennecke <amylaar@gcc.gnu.org>
Mon, 2 Mar 1998 15:04:08 +0000 (15:04 +0000)
From-SVN: r18364

gcc/ChangeLog
gcc/final.c

index f37f536fd7b895205445529af37ad646256b986f..f2fb8566917888552c68834f6d8825325ce6606d 100644 (file)
@@ -3,7 +3,7 @@ Mon Mar  2 13:45:03 1998  Richard Henderson  <rth@cygnus.com>
        * alpha/linux.h (CPP_PREDEFINES): Correct connecting whitespace 
        to SUB_CPP_PREDEFINES.  Reported by asun@saul4.u.washington.edu.
 
-Mon Mar  2 19:51:27 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
+Mon Mar  2 22:59:28 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
 
        * final.c (insn_last_address, insn_current_align, uid_align):
        New variables.
index de66f9c4bc3d495ef048e72732d71b2b4e9ed6cc..c9bc23397e853c5b477d8f869bc9e2289dbcf031 100644 (file)
@@ -837,7 +837,8 @@ label_to_alignment (label)
    GROWTH should be ~0 if the objective is to compute potential code size
    increase, and 0 if the objective is to compute potential shrink.
    The return value is undefined for any other value of GROWTH.  */
-int align_fuzz (start, end, known_align_log, growth)
+int
+align_fuzz (start, end, known_align_log, growth)
      rtx start, end;
      int known_align_log;
      unsigned growth;