aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorJeffrey A Law <law@cygnus.com>1999-11-15 08:12:29 +0000
committerJeff Law <law@gcc.gnu.org>1999-11-15 01:12:29 -0700
commit6b8cf0c57c029951422b2d1beefe8548e9d98618 (patch)
treefcd1ce3b1eaf01522a488fd1131c6709f6c06b82 /gcc/rtl.h
parent38e90e6c3bf7ff3c4a80f95a8c405fc2a69745a7 (diff)
downloadgcc-6b8cf0c57c029951422b2d1beefe8548e9d98618.zip
gcc-6b8cf0c57c029951422b2d1beefe8548e9d98618.tar.gz
gcc-6b8cf0c57c029951422b2d1beefe8548e9d98618.tar.bz2
basic-block.h: Remove all #defines and prototypes related to integer lists.
* basic-block.h: Remove all #defines and prototypes related to integer lists. (free_bb_mem, compute_preds_succs): Remove prototype. * rtl.h (free_bb_mem): Remove prototype. * flow.c (alloc_int_list_node); Remove function. (add_inst_list_node, free_int_list, add_pred_succ): Likewise. (compute_preds_succs, free_bb_mem): Likewise. * gcse.c (gcse_main): Do not call free_bb_mem anymore. * toplev.c (rest_of_compilation): Likewise. * haifa-sched.c (build_control_flow): Use flow generated edge list to build the haifa specific edge list. (find_rgns): Use new CFG data structures instead of pred/succ lists. (schedule_insns): Do not build pred/succ lists anymore. Instead build the edge table. From-SVN: r30531
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r--gcc/rtl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index bcf0278..dedbe99 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -1539,7 +1539,6 @@ extern void recompute_reg_usage PROTO ((rtx, int));
extern void print_rtl_with_bb PROTO ((FILE *, rtx));
extern void dump_flow_info PROTO ((FILE *));
#endif
-extern void free_bb_mem PROTO ((void));
/* In expmed.c */
extern void init_expmed PROTO ((void));