X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbechordal.h;h=da60b9d6b5233d450bb38ba646b277a3d7fa38f1;hb=2799d7aec7b0f52d8f10ad5c7a88e31d4dbc8b1b;hp=a9c42960d9edc9491e9d06b3032d067b105fbbc9;hpb=863d31d7a5c8210432fef88b30fc3e8353131538;p=libfirm diff --git a/ir/be/bechordal.h b/ir/be/bechordal.h index a9c42960d..da60b9d6b 100644 --- a/ir/be/bechordal.h +++ b/ir/be/bechordal.h @@ -1,16 +1,34 @@ +/* + * 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. + * + * This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE + * WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR + * PURPOSE. + */ /** - * Chordal register allocation. - * @author Sebastian Hack - * @date 14.12.2004 + * @file + * @brief Chordal register allocation. + * @author Sebastian Hack + * @date 14.12.2004 + * @version $Id$ */ +#ifndef FIRM_BE_BECHORDAL_H +#define FIRM_BE_BECHORDAL_H -#ifndef __BECHORDAL_H -#define __BECHORDAL_H - -#include "bearch.h" -#include "bera.h" - -typedef struct _be_chordal_env_t be_chordal_env_t; +typedef struct be_chordal_env_t be_chordal_env_t; +typedef struct be_ra_chordal_opts_t be_ra_chordal_opts_t; +typedef struct border_t border_t; -#endif +#endif /* FIRM_BE_BECHORDAL_H */