final.c (end_final): Tidy whitespace.
authorRichard Henderson <rth@redhat.com>
Sat, 11 May 2002 00:32:01 +0000 (17:32 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Sat, 11 May 2002 00:32:01 +0000 (17:32 -0700)
commit2292e8fc45a6908895fe5a14566879e600f8a42b
tree2cb1f64448644304b80597457c575f4d16bb0144
parentdbfb1116b34897645d29db19c7557348cd69d21b
final.c (end_final): Tidy whitespace.

        * final.c (end_final): Tidy whitespace.  Don't honor flag_pack_struct.
        Convert integers constants as needed.  Replace "nwords" field with
        "sizeof_bb".
        (final): Save profile data if cfun->arc_profile, not profile_arc_flag.
        * function.h: Fix typo in comment.
        * libgcc2.c (struct bb): Replace "nwords" with "sizeof_bb".

From-SVN: r53374
gcc/ChangeLog
gcc/final.c
gcc/function.h
gcc/libgcc2.c