X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Firgwalk_blk.c;h=8d01ad390ae799658257910ed44e85e26b800c43;hb=26baaebd4406b34b8b04ef441d4e45e23c10a747;hp=86c876e31df1ac817e39ffa4afadd4bfb6dc9a37;hpb=8fd12b1714e2024889e81aa4b351d1b6640e1c79;p=libfirm diff --git a/ir/ir/irgwalk_blk.c b/ir/ir/irgwalk_blk.c index 86c876e31..8d01ad390 100644 --- a/ir/ir/irgwalk_blk.c +++ b/ir/ir/irgwalk_blk.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1995-2007 University of Karlsruhe. All right reserved. + * Copyright (C) 1995-2008 University of Karlsruhe. All right reserved. * * This file is part of libFirm. * @@ -371,7 +371,7 @@ do_irg_walk_blk(ir_graph *irg, irg_walk_func *pre, irg_walk_func *post, void *en blks.follow_deps = follow_deps != 0; /* first step: traverse the graph and fill the lists */ - set_using_visited(irg); + set_using_irn_visited(irg); inc_irg_visited(irg); collect_walk(end_node, &blks); @@ -394,7 +394,7 @@ do_irg_walk_blk(ir_graph *irg, irg_walk_func *pre, irg_walk_func *post, void *en #ifdef INTERPROCEDURAL_VIEW set_interprocedural_view(old_view); #endif - clear_using_visited(irg); + clear_using_irn_visited(irg); } void irg_walk_blkwise_graph(ir_graph *irg, irg_walk_func *pre, irg_walk_func *post, void *env)