X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbeifg.h;h=dddb0b45b12c4c99c2ede0dc60f6c423648b46b6;hb=ccdf802c598f7adc5e35fff42fed029c59f48a57;hp=846cd8a3ac35f35db4ec46c1679dfb64ed8db4c1;hpb=fa0ecd98f7b011e801bdc23d25a3a275a7f57585;p=libfirm diff --git a/ir/be/beifg.h b/ir/be/beifg.h index 846cd8a3a..dddb0b45b 100644 --- a/ir/be/beifg.h +++ b/ir/be/beifg.h @@ -1,18 +1,38 @@ -/** - * @file beifg.h - * @date 18.11.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. + * + * Licensees holding valid libFirm Professional Edition licenses may use + * this file in accordance with the libFirm Commercial License. + * Agreement provided with the Software. * - * Copyright (C) 2005 Universitaet Karlsruhe - * Released under the GPL + * 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_H -#define _BEIFG_H +/** + * @file + * @brief Interface for interference graphs. + * @author Sebastian Hack + * @date 18.11.2005 + * @version $Id$ + */ +#ifndef FIRM_BE_BEIFG_H +#define FIRM_BE_BEIFG_H -#include "becopyopt.h" +#include -#include "firm_types.h" +#include "irnode.h" + +#include "becopyopt.h" +#include "beirg.h" typedef struct _be_ifg_impl_t be_ifg_impl_t; typedef struct _be_ifg_t be_ifg_t; @@ -82,4 +102,4 @@ void be_ifg_check_sorted_to_file(const be_ifg_t *ifg, FILE *f); void be_ifg_check_performance(be_chordal_env_t *chordal_env); -#endif /* _BEIFG_H */ +#endif /* FIRM_BE_BEIFG_H */