diff options
author | amylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-03-02 15:04:08 +0000 |
---|---|---|
committer | amylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-03-02 15:04:08 +0000 |
commit | c5cc74ca73223c55041423badbd20f9a503318b8 (patch) | |
tree | ea159bc3b0fae7a12e16c2f2265a7ad113bbf8c7 /gcc/final.c | |
parent | 69aea2b62d034bfbe09e6a58e7fc9d0d1a4fe8a9 (diff) | |
download | gcc-c5cc74ca73223c55041423badbd20f9a503318b8.tar.gz |
Formatting fix.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@18364 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/final.c')
-rw-r--r-- | gcc/final.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/final.c b/gcc/final.c index de66f9c4bc3..c9bc23397e8 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; |