changed ifg->nodes_interfere to values_interfere because the local ifg is out of...
authorJohannes Spallek <spallek@ipd.info.uni-karlsruhe.de>
Thu, 1 Jun 2006 12:46:16 +0000 (12:46 +0000)
committerJohannes Spallek <spallek@ipd.info.uni-karlsruhe.de>
Thu, 1 Jun 2006 12:46:16 +0000 (12:46 +0000)
ir/be/bessadestr.c

index b6016af..27f96e2 100644 (file)
@@ -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,