X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbeifg.c;h=0f0bb8c8b5b7609b8182fefd132cf739911cea27;hb=9276447aec4972df060349e162f583c4898dfec8;hp=8501e53c14cfd9c48a874beeeb91b70b29c1c003;hpb=4d5c3365a58cba59993045a9e08e686d8ae079a7;p=libfirm diff --git a/ir/be/beifg.c b/ir/be/beifg.c index 8501e53c1..0f0bb8c8b 100644 --- a/ir/be/beifg.c +++ b/ir/be/beifg.c @@ -18,12 +18,11 @@ */ /** - * @file beifg.c - * @date 18.11.2005 - * @author Sebastian Hack - * - * Copyright (C) 2005 Universitaet Karlsruhe - * Released under the GPL + * @file + * @brief Interface for interference graphs. + * @author Sebastian Hack + * @date 18.11.2005 + * @version $Id$ */ #ifdef HAVE_CONFIG_H #include "config.h" @@ -36,7 +35,6 @@ #include #include "bitset.h" - #include "irgwalk.h" #include "irnode_t.h" #include "irprintf.h" @@ -45,13 +43,13 @@ #include "beifg_t.h" #include "beifg_impl.h" #include "irphase_t.h" -#include "bechordal.h" #include "error.h" #include "xmalloc.h" #include "becopystat.h" #include "becopyopt.h" #include "beirg_t.h" +#include "bemodule.h" /** Defines values for the ifg performance test */ #define BE_CH_PERFORMANCETEST_MIN_NODES (50) @@ -60,9 +58,9 @@ typedef struct _coloring_t coloring_t; struct _coloring_t { - ir_phase ph; + ir_phase ph; const arch_env_t *arch_env; - ir_graph *irg; + ir_graph *irg; }; size_t (be_ifg_nodes_iter_size)(const be_ifg_t *ifg)