X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbespillbelady.h;h=68d9705a784744283fe651889a53341efcd4cc5f;hb=e7ba741cdd9599ce05d7989bff60a1c6137ee0b5;hp=aa326cdd193b80bc72e0817a698ba5fcea1c159c;hpb=d6768d8d4427959eb045aafb1d15bd189beaa5dd;p=libfirm diff --git a/ir/be/bespillbelady.h b/ir/be/bespillbelady.h index aa326cdd1..68d9705a7 100644 --- a/ir/be/bespillbelady.h +++ b/ir/be/bespillbelady.h @@ -18,14 +18,14 @@ */ /** - * 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 BESPILLBELADY_H_ -#define BESPILLBELADY_H_ +#ifndef FIRM_BE_BESPILLBELADY_H +#define FIRM_BE_BESPILLBELADY_H #include "beirg.h" #include "bearch.h" @@ -39,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 */