aboutsummaryrefslogtreecommitdiff
path: root/gcc/final.c
diff options
context:
space:
mode:
authorJ"orn Rennecke <amylaar@cygnus.co.uk>1998-03-02 15:04:08 +0000
committerJoern Rennecke <amylaar@gcc.gnu.org>1998-03-02 15:04:08 +0000
commit687d0ab643ebb058e0e045edb99d9bfb72340980 (patch)
treeea159bc3b0fae7a12e16c2f2265a7ad113bbf8c7 /gcc/final.c
parentb0021153cb2ddc613b4d9e62b00978f0176283af (diff)
downloadgcc-687d0ab643ebb058e0e045edb99d9bfb72340980.zip
gcc-687d0ab643ebb058e0e045edb99d9bfb72340980.tar.gz
gcc-687d0ab643ebb058e0e045edb99d9bfb72340980.tar.bz2
Formatting fix.
From-SVN: r18364
Diffstat (limited to 'gcc/final.c')
-rw-r--r--gcc/final.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/final.c b/gcc/final.c
index de66f9c..c9bc233 100644
--- a/gcc/final.c
+++ b/gcc/final.c
@@ -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;