Do not mark the node as visited before transforming it. This is not necessary anymor...
authorChristoph Mallon <christoph.mallon@gmx.de>
Wed, 8 Oct 2008 14:46:11 +0000 (14:46 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Wed, 8 Oct 2008 14:46:11 +0000 (14:46 +0000)
[r22613]

ir/be/betranshlp.c

index 3c1e8e0..1f4785e 100644 (file)
@@ -132,7 +132,6 @@ ir_node *be_transform_node(ir_node *node) {
        if (new_node != NULL)
                return new_node;
 
-       mark_irn_visited(node);
        DEBUG_ONLY(be_set_transformed_node(node, NULL));
 
        op = get_irn_op(node);