Do not mark the transformed as visited. It makes no sense at all.
authorChristoph Mallon <christoph.mallon@gmx.de>
Wed, 8 Oct 2008 14:40:49 +0000 (14:40 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Wed, 8 Oct 2008 14:40:49 +0000 (14:40 +0000)
[r22612]

ir/be/betranshlp.c

index e8ba68d..3c1e8e0 100644 (file)
@@ -146,7 +146,6 @@ ir_node *be_transform_node(ir_node *node) {
        }
 
        be_set_transformed_node(node, new_node);
-       mark_irn_visited(new_node);
        hook_dead_node_elim_subst(current_ir_graph, node, new_node);
        return new_node;
 }