X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbechordal_main.c;h=278b5c282a0785fbc8847f4649d59726be39e9f1;hb=dfc341ac6f54b4b0922d605e28333be76f487c68;hp=7c0f2ddd215d8a70fa323f086c041b9fdf5cac10;hpb=4d5c3365a58cba59993045a9e08e686d8ae079a7;p=libfirm diff --git a/ir/be/bechordal_main.c b/ir/be/bechordal_main.c index 7c0f2ddd2..278b5c282 100644 --- a/ir/be/bechordal_main.c +++ b/ir/be/bechordal_main.c @@ -18,20 +18,17 @@ */ /** - * @file bechordal_main.c - * @date 29.11.2005 - * @author Sebastian Hack - * @cvs-id $Id$ - * - * Copyright (C) 2005-2006 Universitaet Karlsruhe - * Released under the GPL - * - * Driver for the chordal register allocator. + * @file + * @brief Driver for the chordal register allocator. + * @author Sebastian Hack + * @date 29.11.2005 + * @version $Id$ */ #ifdef HAVE_CONFIG_H #include "config.h" #endif +#include #include #include "obst.h" @@ -60,6 +57,7 @@ #include "debug.h" #include "xmalloc.h" #include "execfreq.h" +#include "iredges_t.h" #include "bechordal_t.h" #include "beabi.h" @@ -76,6 +74,8 @@ #include "bestat.h" #include "bemodule.h" #include "be_t.h" +#include "bera.h" +#include "beirg_t.h" #include "bespillbelady.h" #include "bespillmorgan.h"