X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbespillbelady.h;h=68d9705a784744283fe651889a53341efcd4cc5f;hb=883aa8413813772449233d98b7faeaafe76f9534;hp=5c956c73c9883bf8854ca41d47e8be0273db740e;hpb=4d5c3365a58cba59993045a9e08e686d8ae079a7;p=libfirm diff --git a/ir/be/bespillbelady.h b/ir/be/bespillbelady.h index 5c956c73c..68d9705a7 100644 --- a/ir/be/bespillbelady.h +++ b/ir/be/bespillbelady.h @@ -18,19 +18,17 @@ */ /** - * 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$ */ +#ifndef FIRM_BE_BESPILLBELADY_H +#define FIRM_BE_BESPILLBELADY_H -#ifndef BESPILLBELADY_H_ -#define BESPILLBELADY_H_ - -#include "be_t.h" -#include "bechordal.h" - -#include "bearch_t.h" +#include "beirg.h" +#include "bearch.h" #include "bespill.h" /** @@ -41,4 +39,4 @@ void be_spill_belady_spill_env(be_irg_t *birg, const arch_register_class_t *cls, spill_env_t *spill_env); -#endif /*BESPILLBELADY_H_*/ +#endif /* FIRM_BE_BESPILLBELADY_H */