flow.c (print_rtl_with_bb): Changed type of in_bb_p to match use.
authorGraham Stott <grahams@rcp.co.uk>
Fri, 9 Oct 1998 16:08:51 +0000 (09:08 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Fri, 9 Oct 1998 16:08:51 +0000 (09:08 -0700)
commit2a92c071f8d1295f3672a0683f1f2cc917ddeb40
treee24dc2e8c37807b8a57f438eb8d0c3954a1a2ece
parentdc2ede84e6be8d3bac83fd0f3433c1ab71965d2a
flow.c (print_rtl_with_bb): Changed type of in_bb_p to match use.

Fri Oct  9 16:03:19 1998  Graham  <grahams@rcp.co.uk>
        * flow.c (print_rtl_with_bb): Changed type of in_bb_p to match use.
        * gcc.c (add_preprocessor_option): Correct typo when allocating
        memory, sizeof() argument had one too many `*'.
        (add_assembler_option): Likewise.
        (add_linker_option): Likewise.
        * gcov.c (output_data): Likewise.
        * local-alloc.c (memref_used_between_p): Likewise.
        (update_equiv_regs): Likewise.
        * loop.c (strength_reduce): Likewise.
        * reg-stack.c (record_asm_reg_life): Likewise.
        (subst_asm_stack_reg): Likewise.
        * reorg.c (dbr_schedule): Likewise.

From-SVN: r22964
gcc/ChangeLog
gcc/flow.c
gcc/gcc.c
gcc/gcov.c
gcc/local-alloc.c
gcc/loop.c
gcc/reg-stack.c
gcc/reorg.c