From 2d79fc6196cd5b63089c42824d1bd13f6beeafa7 Mon Sep 17 00:00:00 2001 From: Johannes Spallek Date: Thu, 1 Jun 2006 12:46:16 +0000 Subject: [PATCH] changed ifg->nodes_interfere to values_interfere because the local ifg is out of date at this point --- ir/be/bessadestr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.20.1