X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Firgwalk.h;h=1983be47071a2334fca4a972e2a749534b25d0f7;hb=8399216d8aebc713bbda04b6e3e250a1d52b20bf;hp=ddf6ed4638f7744e3f8e6c05ffad1f2026d94abe;hpb=92113524c53ef7b31e31b9ab4f4e2f7af69d46b8;p=libfirm diff --git a/ir/ir/irgwalk.h b/ir/ir/irgwalk.h index ddf6ed463..1983be470 100644 --- a/ir/ir/irgwalk.h +++ b/ir/ir/irgwalk.h @@ -105,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