X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbeifg_t.h;h=640f9504a0460e1b34d43c0a69ff46e3886fe0ef;hb=4d808298b72e72bd06c7466e837dd9dda4eb1070;hp=4d1961ddd36a2a8568db2cb39b1acf31b67dc558;hpb=4d5c3365a58cba59993045a9e08e686d8ae079a7;p=libfirm diff --git a/ir/be/beifg_t.h b/ir/be/beifg_t.h index 4d1961ddd..640f9504a 100644 --- a/ir/be/beifg_t.h +++ b/ir/be/beifg_t.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1995-2007 University of Karlsruhe. All right reserved. + * Copyright (C) 1995-2008 University of Karlsruhe. All right reserved. * * This file is part of libFirm. * @@ -18,14 +18,17 @@ */ /** - * Common use interference graph. + * @file + * @brief Common use interference graph. + * @author Sebastian Hack + * @date 27.06.2005 + * @version $Id$ + * * Originally written by Sebastian Hack. Refactored into a seperate * source file and header by Kimon Hoffmann. - * @author Sebastian Hack - * @date 27.06.2005 */ -#ifndef _BEIFG_T_H_ -#define _BEIFG_T_H_ +#ifndef FIRM_BE_BEIFG_T_H +#define FIRM_BE_BEIFG_T_H #include "beifg.h" @@ -53,7 +56,7 @@ struct _be_ifg_impl_t { }; struct _be_ifg_t { - const be_ifg_impl_t *impl; + const be_ifg_impl_t *impl; const be_chordal_env_t *env; }; @@ -76,8 +79,8 @@ struct _be_ifg_t { #define be_ifg_cliques_break(self, iter) ((self)->impl->cliques_break(self, iter)) #define be_ifg_degree(self,irn) ((self)->impl->degree(self, irn)) -#endif +#endif /* _BE_IFG_USE_MACROS */ void be_ifg_check(const be_ifg_t *ifg); -#endif /*_BEIFG_T_H_*/ +#endif /* FIRM_BE_BEIFG_T_H */