X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbeifg_impl.h;h=3173457c64bb7a52f462c37b3df4699d37d21222;hb=8dd1d4b07d2638ab224c6b044655facd6026dbd7;hp=7229b5d0c3a38f97049f970a0e08797b664094c8;hpb=4d5c3365a58cba59993045a9e08e686d8ae079a7;p=libfirm diff --git a/ir/be/beifg_impl.h b/ir/be/beifg_impl.h index 7229b5d0c..3173457c6 100644 --- a/ir/be/beifg_impl.h +++ b/ir/be/beifg_impl.h @@ -18,25 +18,21 @@ */ /** - * @file beifg_impl.h - * @date 01.12.2005 - * @author Sebastian Hack - * - * Copyright (C) 2005 Universitaet Karlsruhe - * Released under the GPL - * - * Constructors for different implementations of - * chordal interference graphs. + * @file + * @brief Constructors for different implementations of chordal interference graphs. + * @author Sebastian Hack + * @date 01.12.2005 + * @version $Id$ */ +#ifndef FIRM_BE_BEIFG_IMPL_H +#define FIRM_BE_BEIFG_IMPL_H -#ifndef _BEIFG_IMPL_H -#define _BEIFG_IMPL_H - -#include "bechordal_t.h" +#include "beifg.h" +#include "bechordal.h" be_ifg_t *be_ifg_std_new(const be_chordal_env_t *env); be_ifg_t *be_ifg_list_new(const be_chordal_env_t *env); be_ifg_t *be_ifg_clique_new(const be_chordal_env_t *env); be_ifg_t *be_ifg_pointer_new(const be_chordal_env_t *env); -#endif /* _BEIFG_IMPL_H */ +#endif /* FIRM_BE_BEIFG_IMPL_H */