mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-22 11:41:07 +08:00
basic-block.h (expunge_block): Declare.
* basic-block.h (expunge_block): Declare. * cfg.c (expunge_block): Remove static declaration. From-SVN: r45569
This commit is contained in:
parent
3bab257194
commit
d5c768b8ca
@ -1,3 +1,8 @@
|
||||
2001-09-12 Diego Novillo <dnovillo@redhat.com>
|
||||
|
||||
* basic-block.h (expunge_block): Declare.
|
||||
* cfg.c (expunge_block): Remove static declaration.
|
||||
|
||||
2001-09-12 Richard Henderson <rth@redhat.com>
|
||||
|
||||
* integrate.c (copy_insn_list): Copy label name from
|
||||
|
@ -630,6 +630,7 @@ extern void dump_regset PARAMS ((regset, FILE *));
|
||||
extern void debug_regset PARAMS ((regset));
|
||||
extern void allocate_reg_life_data PARAMS ((void));
|
||||
extern void allocate_bb_life_data PARAMS ((void));
|
||||
extern void expunge_block PARAMS ((basic_block));
|
||||
extern void find_unreachable_blocks PARAMS ((void));
|
||||
extern void delete_noop_moves PARAMS ((rtx));
|
||||
extern basic_block redirect_edge_and_branch_force PARAMS ((edge, basic_block));
|
||||
|
@ -144,7 +144,6 @@ static int can_delete_note_p PARAMS ((rtx));
|
||||
static int can_delete_label_p PARAMS ((rtx));
|
||||
static void commit_one_edge_insertion PARAMS ((edge));
|
||||
static bool try_redirect_by_replacing_jump PARAMS ((edge, basic_block));
|
||||
static void expunge_block PARAMS ((basic_block));
|
||||
static rtx last_loop_beg_note PARAMS ((rtx));
|
||||
static bool back_edge_of_syntactic_loop_p PARAMS ((basic_block, basic_block));
|
||||
static basic_block force_nonfallthru_and_redirect PARAMS ((edge, basic_block));
|
||||
@ -439,7 +438,7 @@ create_basic_block (index, head, end)
|
||||
|
||||
/* Remove block B from the basic block array and compact behind it. */
|
||||
|
||||
static void
|
||||
void
|
||||
expunge_block (b)
|
||||
basic_block b;
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user