X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Firgwalk.h;h=e856a8db7dbbe08eb2fdec2089bf1f788d421db5;hb=5f8ddee6b08c8040c0a304a347d65045c1141d52;hp=f0bc842072c22e631693a9f0cea0fb8d645177ac;hpb=2faa3bd7c1c63d2f28380f3b0771844034499f73;p=libfirm diff --git a/ir/ir/irgwalk.h b/ir/ir/irgwalk.h index f0bc84207..e856a8db7 100644 --- a/ir/ir/irgwalk.h +++ b/ir/ir/irgwalk.h @@ -22,7 +22,7 @@ Executes pre before visiting the predecessor of a node, post after. irg_walk uses the visited flag in irg and the nodes to determine visited nodes. It executes inc_irg_visited(current_ir_graph) to generate a new - flag. + flag. It marks the node as visited before executing pre. The void* env can be used to pass status information between the pre and post functions. */ void irg_walk(ir_node *node,