X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbeifg_impl.h;h=84c4a3df0ac06fb4c9d94ce9c16abc7e20d07b80;hb=c1fdf770d4d000dd5cf22daead32369342c5f5d1;hp=7229b5d0c3a38f97049f970a0e08797b664094c8;hpb=4d5c3365a58cba59993045a9e08e686d8ae079a7;p=libfirm diff --git a/ir/be/beifg_impl.h b/ir/be/beifg_impl.h index 7229b5d0c..84c4a3df0 100644 --- a/ir/be/beifg_impl.h +++ b/ir/be/beifg_impl.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,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 */