X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=ir%2Fbe%2Fbemain.c;h=6c0343c868f3db3fdc86d516d1572d798cb799a4;hb=f0532b3e4682257f8406c53cdaa4f0ed673b5745;hp=98609ade377b35b399786e1c98d330fc490027d8;hpb=360e6fe36bae48ed6408bdd61d2a47cd8cf17cb4;p=libfirm diff --git a/ir/be/bemain.c b/ir/be/bemain.c index 98609ade3..6c0343c86 100644 --- a/ir/be/bemain.c +++ b/ir/be/bemain.c @@ -1,8 +1,28 @@ +/* + * Copyright (C) 1995-2007 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. + */ + /** - * Backend driver. - * @author Sebastian Hack - * @date 25.11.2004 - * @cvsid $Id$ + * @file + * @brief Main Backend driver. + * @author Sebastian Hack + * @date 25.11.2004 + * @version $Id$ */ #ifdef HAVE_CONFIG_H #include "config.h" @@ -45,7 +65,6 @@ #include "belive_t.h" #include "bespillbelady.h" #include "bera.h" -#include "beraextern.h" #include "bechordal_t.h" #include "beifg.h" #include "beifg_impl.h" @@ -59,6 +78,7 @@ #include "beverify.h" #include "beprofile.h" #include "be_dbgout.h" +#include "beirg_t.h" #ifdef WITH_ILP #include "beilpsched.h"