X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Flibfirm%2Fcallgraph.h;h=139f00a19e4e195269e14a9eb8b07962b20279d8;hb=fa9c992b5f23e7a059ac91fdd04b409b951ebcc4;hp=844fbe59b2261031f6bec03e0d77ea236f09fa40;hpb=1ce363f80e6a204d4011f85813362d9bd1d0e7e4;p=libfirm diff --git a/include/libfirm/callgraph.h b/include/libfirm/callgraph.h index 844fbe59b..139f00a19 100644 --- a/include/libfirm/callgraph.h +++ b/include/libfirm/callgraph.h @@ -126,7 +126,8 @@ typedef void callgraph_walk_func(ir_graph *g, void *env); * @param post - walker function, executed after the predecessor of a node are visited * @param env - environment, passed to pre and post */ -void callgraph_walk(callgraph_walk_func *pre, callgraph_walk_func *post, void *env); +void callgraph_walk(callgraph_walk_func *pre, callgraph_walk_func *post, + void *env); /** * Compute the backedges that represent recursions and a looptree.