summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-live.c
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-11-08 22:36:48 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-11-08 22:36:48 +0000
commit739485aaec930d343c73006a3d77ace3f3c899cf (patch)
treea5ed8a542e1e31d8f4da3570ad2646fc113959f0 /gcc/tree-ssa-live.c
parent07129b4dfd5b557cacea9715f4a00772f8938747 (diff)
downloadgcc-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.c')
-rw-r--r--gcc/tree-ssa-live.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/tree-ssa-live.c b/gcc/tree-ssa-live.c
index b3f0b785534..554a0397a32 100644
--- a/gcc/tree-ssa-live.c
+++ b/gcc/tree-ssa-live.c
@@ -779,7 +779,7 @@ calculate_live_on_exit (tree_live_info_p liveinfo)
/* Initialize a tree_partition_associator object using MAP. */
-tpa_p
+static tpa_p
tpa_init (var_map map)
{
tpa_p tpa;
@@ -1233,7 +1233,7 @@ sort_coalesce_list (coalesce_list_p cl)
partitions via P1 and P2. Their calculated cost is returned by the function.
NO_BEST_COALESCE is returned if the coalesce list is empty. */
-int
+static int
pop_best_coalesce (coalesce_list_p cl, int *p1, int *p2)
{
partition_pair_p node;