X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbedomfront.h;h=88e1a42d8a506a3c6b0199fca5753f52be95035b;hb=255a9cc77e3cdf878406d722cf8414063c87e99b;hp=be8dadc9378f2a90383315490c590a54e832380e;hpb=d2c1b0191844c3c23731158a153838d570dcd65a;p=libfirm diff --git a/ir/be/bedomfront.h b/ir/be/bedomfront.h index be8dadc93..88e1a42d8 100644 --- a/ir/be/bedomfront.h +++ b/ir/be/bedomfront.h @@ -19,7 +19,7 @@ /** * @file - * @brief Algorithms for computing normal and iterated dominance frontiers + * @brief Algorithms for computing dominance frontiers * @author Sebastian Hack, Daniel Grund * @date: 04.05.2005 * @version $Id$ @@ -45,10 +45,11 @@ void be_free_dominance_frontiers(be_dom_front_info_t *info); /** * Get the dominance frontier of a block. - * @param info A pointer to the dominance frontier information. - * @param block The block whose dominance frontier you want. - * @return A list containing the all blocks in the dominance frontier of @p block. + * @param info A pointer to the dominance frontier information. + * @param block The block whose dominance frontier you want. + * @return A list containing the all blocks in the dominance frontier of + * @p block. */ ir_node **be_get_dominance_frontier(const be_dom_front_info_t *info, ir_node *block); -#endif /* FIRM_BE_BEDOMFRONT_H */ +#endif