X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Firgwalk.h;h=1983be47071a2334fca4a972e2a749534b25d0f7;hb=8399216d8aebc713bbda04b6e3e250a1d52b20bf;hp=ccd9bc14b2d59027c117e9fd70cc8099a9867290;hpb=2aeb3c31792527de90cb13b4c99ce8ece09ac519;p=libfirm diff --git a/ir/ir/irgwalk.h b/ir/ir/irgwalk.h index ccd9bc14b..1983be470 100644 --- a/ir/ir/irgwalk.h +++ b/ir/ir/irgwalk.h @@ -44,12 +44,6 @@ typedef void irg_walk_func(ir_node *node, void *env); #endif -/** Allocates some necessary datastructures. */ -void init_ip_walk(void); - -/** Frees some necessary datastructures. */ -void finish_ip_walk(void); - /** * Walks over the ir graph. * @@ -111,8 +105,7 @@ void all_irg_walk(irg_walk_func *pre, irg_walk_func *post, void *env); */ void cg_walk(irg_walk_func *pre, irg_walk_func *post, void *env); -/** - * Walks only over Block nodes in the graph. +/** Walks only over Block nodes in the graph. * * @param node - the start node * @param pre - walker function, executed before the predecessor of a node are visited