X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbedomfront.h;h=9a1385850b32e7dbba8385ee1d7ae90074dea40c;hb=568a27341dd03831ca76a7fa3b83f7fdcfbb0859;hp=be8dadc9378f2a90383315490c590a54e832380e;hpb=d2c1b0191844c3c23731158a153838d570dcd65a;p=libfirm diff --git a/ir/be/bedomfront.h b/ir/be/bedomfront.h index be8dadc93..9a1385850 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$ @@ -51,4 +51,4 @@ void be_free_dominance_frontiers(be_dom_front_info_t *info); */ ir_node **be_get_dominance_frontier(const be_dom_front_info_t *info, ir_node *block); -#endif /* FIRM_BE_BEDOMFRONT_H */ +#endif