From: Matthias Braun Date: Fri, 4 Aug 2006 12:55:20 +0000 (+0000) Subject: - another warning fix X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=9bfdf4f890946d3f3ae8393a9a82f29ba8720bb8;p=libfirm - another warning fix --- 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);