From 98c21a869cebe3db3aec1d823ddbd7000416ff83 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Mon, 18 Jun 2007 11:28:24 +0000 Subject: [PATCH] removed old code artefact [r14573] --- ir/ir/irgmod.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ir/ir/irgmod.c b/ir/ir/irgmod.c index 753303cd5..0a0656280 100644 --- a/ir/ir/irgmod.c +++ b/ir/ir/irgmod.c @@ -210,11 +210,6 @@ void part_block(ir_node *node) { set_irn_link(new_block, phi); set_irn_link(old_block, NULL); while (phi) { - /* XXX TODO Matze: this looks buggy, but I'm not sure what would be - the correct thing... */ - if(get_nodes_block(phi) == old_block); /* @@@ inlinening chokes on phis that don't - obey this condition. How do they get into - the list??? Example: InterfaceIII */ set_nodes_block(phi, new_block); phi = get_irn_link(phi); } -- 2.20.1