X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Firgwalk.h;h=8f44976ad847b38e08337406b05e5743c6a5b708;hb=e570f00fb465d212dde403160e97ab45d36d1d7e;hp=2be1cbcb13250e37037b2d722b3d3a6bfca228ff;hpb=c2b4a9f3d77fda7989e9cbd6293b9f9f58f4221c;p=libfirm diff --git a/ir/ir/irgwalk.h b/ir/ir/irgwalk.h index 2be1cbcb1..8f44976ad 100644 --- a/ir/ir/irgwalk.h +++ b/ir/ir/irgwalk.h @@ -78,7 +78,8 @@ void irg_walk(ir_node *node, irg_walk_func *pre, irg_walk_func *post, void *env) * * Like irg_walk(), but walks over all reachable nodes in the ir * graph, starting at the end operation. During the walk current_ir_graph - * is set to irg. Does not use the link field. + * is set to irg. Does not use the link field. If interprocedural_view + * is set, visits all reachable irgs. */ void irg_walk_graph(ir_graph *irg, irg_walk_func *pre, irg_walk_func *post, void *env);