X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=include%2Flibfirm%2Firextbb.h;h=e3466177a9f04ef12552323693c8ec6d57645e9f;hb=d217f68a9e53ec6e800ae31ca3af8ed8b6f9ece9;hp=a4a2c850ff96df15c0a65e8a027a33c4416b1b2f;hpb=b58fa7bff3669430bb2422735b193a043709d9d1;p=libfirm diff --git a/include/libfirm/irextbb.h b/include/libfirm/irextbb.h index a4a2c850f..e3466177a 100644 --- a/include/libfirm/irextbb.h +++ b/include/libfirm/irextbb.h @@ -22,7 +22,6 @@ * @brief Extended basis block support. * @author Michael Beck * @date 5.2005 - * @version $Id$ */ #ifndef FIRM_ANA_IREXTBB_H #define FIRM_ANA_IREXTBB_H @@ -65,14 +64,14 @@ FIRM_API void compute_extbb_execfreqs(ir_graph *irg, ir_exec_freq *execfreqs); FIRM_API void free_extbb(ir_graph *irg); /** - * Return the extended block of a node. + * Returns the extended block of a node. * * @param node the node */ FIRM_API ir_extblk *get_nodes_extbb(const ir_node *node); /** - * Gets the visited counter of an extended block. + * Returns the visited counter of an extended block. * * @param blk the extended basic block */ @@ -126,14 +125,14 @@ FIRM_API void *get_extbb_link(const ir_extblk *blk); FIRM_API void set_extbb_link(ir_extblk *blk, void *link); /** - * Return the number of basic blocks of an extended block. + * Returns the number of basic blocks of an extended block. * * @param blk the extended basic block */ FIRM_API int get_extbb_n_blocks(const ir_extblk *blk); /** - * Return the i'th basic block of an extended block. + * Returns the i'th basic block of an extended block. * * @param blk the extended basic block * @param pos the position @@ -141,14 +140,14 @@ FIRM_API int get_extbb_n_blocks(const ir_extblk *blk); FIRM_API ir_node *get_extbb_block(const ir_extblk *blk, int pos); /** - * Return the leader basic block of an extended block. + * Returns the leader basic block of an extended block. * * @param blk the extended basic block */ FIRM_API ir_node *get_extbb_leader(const ir_extblk *blk); /** - * Return the node number of an extended block. + * Returns the node number of an extended block. * Its the block number of the leader block * * @param blk the extended basic block @@ -165,7 +164,7 @@ FIRM_API long get_extbb_node_nr(const ir_extblk *blk); * visited * @param env - environment, passed to pre and post * - * This function Walks only over Block nodes in the graph. Has it's own visited + * This function Walks only over Block nodes in the graph. Has its own visited * flag, so that it can be interleaved with the other walker. * If a none block is passed, starts at the block this node belongs to. * If end is passed also visits kept alive blocks. Does not use the link field.