basic-block.h (free_basic_block_vars): Update prototype.
authorSteven Bosscher <steven@gcc.gnu.org>
Wed, 5 May 2004 10:53:00 +0000 (10:53 +0000)
committerSteven Bosscher <steven@gcc.gnu.org>
Wed, 5 May 2004 10:53:00 +0000 (10:53 +0000)
commitbb8a619e12e06104939fac9969dcd07615ee7260
tree03660da4d993a568cb0264f3a174eaea5804d852
parentaa720a546a2945095bfa7a8cfb2b0f1a4021763a
basic-block.h (free_basic_block_vars): Update prototype.

* basic-block.h (free_basic_block_vars): Update prototype.
* flow.c (free_basic_block_vars): Remove the keep_head_end_p
argument.
(life_analysis): Update call.
* ifcvt.c (if_convert): Likewise.
* passes.c (rest_of_handle_final): Likewise.
(rest_of_compilation): Likewise.
* sibcall.c (optimize_sibling_and_tail_recursive_call): Likewise.
* config/sh/sh.c (sh_output_mi_thunk): Likewise.

* emit-rtl.c (next_real_insn): Use INSN_P.
(prev_real_insn): Likewise.

From-SVN: r81520
gcc/ChangeLog
gcc/basic-block.h
gcc/config/sh/sh.c
gcc/emit-rtl.c
gcc/flow.c
gcc/ifcvt.c
gcc/passes.c
gcc/sibcall.c