X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbedomfront.h;h=88e1a42d8a506a3c6b0199fca5753f52be95035b;hb=566be3ad2c354425664c7b637aa09e7143bfea1c;hp=9a1385850b32e7dbba8385ee1d7ae90074dea40c;hpb=73d95329a72d4a4e061a6f05fd28200566f26c03;p=libfirm diff --git a/ir/be/bedomfront.h b/ir/be/bedomfront.h index 9a1385850..88e1a42d8 100644 --- a/ir/be/bedomfront.h +++ b/ir/be/bedomfront.h @@ -45,9 +45,10 @@ 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);