X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Firgwalk.c;h=440dc613071055351a252fabb7d230885c5cc3d8;hb=4f92e524762e0febc361676111b3b5b79addd03a;hp=98c5c9ffe0a20c77f9c6da1c6e97c47c39e061e8;hpb=7ef5abc25f375591792e271084aaf26237dfaa25;p=libfirm diff --git a/ir/ir/irgwalk.c b/ir/ir/irgwalk.c index 98c5c9ffe..440dc6130 100644 --- a/ir/ir/irgwalk.c +++ b/ir/ir/irgwalk.c @@ -373,7 +373,7 @@ static void irg_block_walk_2(ir_node *node, irg_walk_func *pre, } -/* walks only over Block nodes in the graph. Has it's own visited +/* walks only over Block nodes in the graph. Has its own visited flag, so that it can be interleaved with the other walker. */ void irg_block_walk(ir_node *node, irg_walk_func *pre, irg_walk_func *post, void *env) {