X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbespill.h;h=89aec720342e13c67ae76a931d6b85fda1ebce4f;hb=dfc341ac6f54b4b0922d605e28333be76f487c68;hp=42c5bcddc81a53f57e3258438ae47b754f0ae1fd;hpb=4d5c3365a58cba59993045a9e08e686d8ae079a7;p=libfirm diff --git a/ir/be/bespill.h b/ir/be/bespill.h index 42c5bcddc..89aec7203 100644 --- a/ir/be/bespill.h +++ b/ir/be/bespill.h @@ -17,24 +17,21 @@ * PURPOSE. */ -/* - * Author: Daniel Grund, Sebastian Hack, Matthias Braun - * Date: 29.09.2005 - * Copyright: (c) Universitaet Karlsruhe - * Licence: This file protected by GPL - GNU GENERAL PUBLIC LICENSE. +/** + * @file + * @brief Main spill driver. + * @author Daniel Grund, Sebastian Hack, Matthias Braun + * @date 29.09.2005 + * @version $Id$ */ -#ifndef BESPILL_H_ -#define BESPILL_H_ +#ifndef FIRM_BE_BESPILL_H +#define FIRM_BE_BESPILL_H #include "firm_types.h" -#include "set.h" -#include "pset.h" #include "debug.h" -#include "bechordal.h" -#include "be_t.h" - -#include "bearch_t.h" +#include "bearch.h" +#include "beirg.h" typedef struct _spill_env_t spill_env_t; @@ -111,4 +108,4 @@ int be_get_reload_costs(spill_env_t *env, ir_node *to_spill, ir_node *before); */ int be_get_reload_costs_on_edge(spill_env_t *env, ir_node *to_spill, ir_node *block, int pos); -#endif +#endif /* FIRM_BE_BESPILL_H */