diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-08 22:36:48 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-08 22:36:48 +0000 |
commit | 739485aaec930d343c73006a3d77ace3f3c899cf (patch) | |
tree | a5ed8a542e1e31d8f4da3570ad2646fc113959f0 /gcc/tree-ssa-live.h | |
parent | 07129b4dfd5b557cacea9715f4a00772f8938747 (diff) | |
download | gcc-739485aaec930d343c73006a3d77ace3f3c899cf.tar.gz |
* tree-ssa-live.c (tpa_init, pop_best_coalesce): Make them
static.
* tree-ssa-live.h: Remove the corresponding prototypes.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90311 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree-ssa-live.h')
-rw-r--r-- | gcc/tree-ssa-live.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/tree-ssa-live.h b/gcc/tree-ssa-live.h index ee6ee4c4b76..b109c252344 100644 --- a/gcc/tree-ssa-live.h +++ b/gcc/tree-ssa-live.h @@ -356,7 +356,6 @@ static inline int tpa_next_partition (tpa_p, int); static inline int tpa_num_trees (tpa_p); static inline int tpa_find_tree (tpa_p, int); static inline void tpa_decompact (tpa_p); -extern tpa_p tpa_init (var_map); extern void tpa_delete (tpa_p); extern void tpa_dump (FILE *, tpa_p); extern void tpa_remove_partition (tpa_p, int, int); @@ -707,7 +706,6 @@ extern void dump_coalesce_list (FILE *, coalesce_list_p); extern void delete_coalesce_list (coalesce_list_p); #define NO_BEST_COALESCE -1 -extern int pop_best_coalesce (coalesce_list_p, int *, int *); extern conflict_graph build_tree_conflict_graph (tree_live_info_p, tpa_p, coalesce_list_p); |