From 5aecb0c48eb5a03ddfb564295fdc9517017a99b5 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Thu, 28 Aug 2008 15:02:04 +0000 Subject: [PATCH] Arg: add a missing inc_irg_visited, who has deleted it? [r21552] --- ir/opt/gvn_pre.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ir/opt/gvn_pre.c b/ir/opt/gvn_pre.c index 90c13b207..bd2c66065 100644 --- a/ir/opt/gvn_pre.c +++ b/ir/opt/gvn_pre.c @@ -824,6 +824,7 @@ void do_gvn_pre(ir_graph *irg) irg_walk_blkwise_graph(irg, NULL, topo_walker, &a_env); /* clean the exp_gen set. Doing this here saves the cleanup in the iteration. */ + inc_irg_visited(irg); for (bl_info = a_env.list; bl_info != NULL; bl_info = bl_info->next) { ir_valueset_iterator_t iter; -- 2.20.1