removed old code artefact
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Mon, 18 Jun 2007 11:28:24 +0000 (11:28 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Mon, 18 Jun 2007 11:28:24 +0000 (11:28 +0000)
[r14573]

ir/ir/irgmod.c

index 753303c..0a06562 100644 (file)
@@ -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);
        }