From: Michael Beck Date: Mon, 18 Jun 2007 11:28:24 +0000 (+0000) Subject: removed old code artefact X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=98c21a869cebe3db3aec1d823ddbd7000416ff83;p=libfirm removed old code artefact [r14573] --- 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); }