From: Michael Beck Date: Thu, 23 Mar 2006 13:02:04 +0000 (+0000) Subject: docu updated X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=b5adc5285e2d1ce298811320e7b57f6d88ef6abd;p=libfirm docu updated [r7513] --- diff --git a/ir/ana/irextbb.h b/ir/ana/irextbb.h index 9199d1218..cc9a47180 100644 --- a/ir/ana/irextbb.h +++ b/ir/ana/irextbb.h @@ -53,7 +53,7 @@ typedef void extbb_walk_func(ir_extblk *blk, void *env); int is_ir_extbb(const void *thing); /** - * Compute the extended basic blocks for a graph + * Compute the extended basic blocks for a graph. */ void compute_extbb(ir_graph *irg); @@ -169,6 +169,8 @@ void irg_extblock_walk(ir_extblk *blk, extbb_walk_func *pre, extbb_walk_func *po /** * Walks only over reachable Extended Basic Block nodes in the graph. + * Ensures, that the extended block containing the End node is visited last + * and the block containing Start visited first (in post order). * * @param irg - the irg graph * @param pre - walker function, executed before the predecessor of a block are visited