From 9bfdf4f890946d3f3ae8393a9a82f29ba8720bb8 Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Fri, 4 Aug 2006 12:55:20 +0000 Subject: [PATCH] - another warning fix --- ir/be/bespillslots.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ir/be/bespillslots.c b/ir/be/bespillslots.c index d07da2f07..344ed86c0 100644 --- a/ir/be/bespillslots.c +++ b/ir/be/bespillslots.c @@ -391,6 +391,7 @@ static void do_greedy_coalescing(ss_env_t *env) //dump_interference_graph(env, interferences, "after"); } +#if 0 static void do_java_coalescing(ss_env_t *env) { int spillcount; @@ -445,6 +446,7 @@ static void do_java_coalescing(ss_env_t *env) } be_java_coal_destroy(coal); } +#endif /* * _ _ _____ _ _ _ _ @@ -678,7 +680,6 @@ void be_coalesce_spillslots(const be_chordal_env_t *chordal_env) { irg_walk_graph(chordal_env->irg, NULL, collect_spills_walker, &env); do_greedy_coalescing(&env); - //do_java_coalescing(&env); assign_spillslots(&env); -- 2.20.1