X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbeifg_impl.h;h=84c4a3df0ac06fb4c9d94ce9c16abc7e20d07b80;hb=ccdf802c598f7adc5e35fff42fed029c59f48a57;hp=7315c138da91bceb557e58ebfa087fc7fd4dcb00;hpb=4c66ebcce62ceffb68a891142dd309429e03351a;p=libfirm diff --git a/ir/be/beifg_impl.h b/ir/be/beifg_impl.h index 7315c138d..84c4a3df0 100644 --- a/ir/be/beifg_impl.h +++ b/ir/be/beifg_impl.h @@ -1,20 +1,38 @@ -/** - * @file beifg_impl.h - * @date 01.12.2005 - * @author Sebastian Hack +/* + * Copyright (C) 1995-2008 University of Karlsruhe. All right reserved. + * + * This file is part of libFirm. + * + * This file may be distributed and/or modified under the terms of the + * GNU General Public License version 2 as published by the Free Software + * Foundation and appearing in the file LICENSE.GPL included in the + * packaging of this file. * - * Copyright (C) 2005 Universitaet Karlsruhe - * Released under the GPL + * Licensees holding valid libFirm Professional Edition licenses may use + * this file in accordance with the libFirm Commercial License. + * Agreement provided with the Software. * - * Constructors for different implementations of - * chordal interference graphs. + * This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE + * WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR + * PURPOSE. */ -#ifndef _BEIFG_IMPL_H -#define _BEIFG_IMPL_H +/** + * @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 -#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 */