From: Johannes Spallek Date: Thu, 1 Jun 2006 12:46:16 +0000 (+0000) Subject: changed ifg->nodes_interfere to values_interfere because the local ifg is out of... X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=2d79fc6196cd5b63089c42824d1bd13f6beeafa7;p=libfirm changed ifg->nodes_interfere to values_interfere because the local ifg is out of date at this point --- diff --git a/ir/be/bessadestr.c b/ir/be/bessadestr.c index b6016af27..27f96e261 100644 --- a/ir/be/bessadestr.c +++ b/ir/be/bessadestr.c @@ -216,7 +216,7 @@ static void set_regs_or_place_dupls_walker(ir_node *bl, void *data) { DBG((dbg, LEVEL_1, " for %+F(%s) -- %+F(%s)\n", phi, phi_reg->name, arg, arg_reg->name)); - if(nodes_interfere(chordal_env, phi, arg)) { + if(values_interfere(phi, arg)) { /* Insert a duplicate in arguments block, make it the new phi arg,