X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbespillbelady.c;h=6b6c66096e07468c9f9f2ce06f255a0ab60962ff;hb=39d4311ea8a4f1bd78d1e0282d77d71f7ef4efdb;hp=375a0fc13eea3082debc599243aeb87f6e87786d;hpb=4d5c3365a58cba59993045a9e08e686d8ae079a7;p=libfirm diff --git a/ir/be/bespillbelady.c b/ir/be/bespillbelady.c index 375a0fc13..6b6c66096 100644 --- a/ir/be/bespillbelady.c +++ b/ir/be/bespillbelady.c @@ -18,11 +18,11 @@ */ /** - * Author: Daniel Grund, Matthias Braun - * Date: 20.09.2005 - * Copyright: (c) Universitaet Karlsruhe - * Licence: This file protected by GPL - GNU GENERAL PUBLIC LICENSE. - * + * @file + * @brief Beladys spillalgorithm. + * @author Daniel Grund, Matthias Braun + * @date 20.09.2005 + * @version $Id$ */ #ifdef HAVE_CONFIG_H #include "config.h" @@ -45,7 +45,7 @@ #include "beutil.h" #include "bearch_t.h" #include "bespillbelady.h" -#include "beuses_t.h" +#include "beuses.h" #include "besched_t.h" #include "beirgmod.h" #include "belive_t.h" @@ -53,6 +53,8 @@ #include "bechordal_t.h" #include "bespilloptions.h" #include "beloopana.h" +#include "beirg_t.h" +#include "bemodule.h" #define DBG_SPILL 1 #define DBG_WSETS 2 @@ -728,7 +730,6 @@ void be_spill_belady_spill_env(be_irg_t *birg, const arch_register_class_t *cls, } else { env.senv = spill_env; } - DEBUG_ONLY(be_set_spill_env_dbg_module(env.senv, dbg);) be_clear_links(irg); /* Decide which phi nodes will be spilled and place copies for them into the graph */