X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbespillmorgan.h;h=3e7574e0a3025b76dd13e2a1f1e7bb77a88ddbde;hb=9276447aec4972df060349e162f583c4898dfec8;hp=4be550e7db032c371b3e1689877ac81287cb0292;hpb=4d5c3365a58cba59993045a9e08e686d8ae079a7;p=libfirm diff --git a/ir/be/bespillmorgan.h b/ir/be/bespillmorgan.h index 4be550e7d..3e7574e0a 100644 --- a/ir/be/bespillmorgan.h +++ b/ir/be/bespillmorgan.h @@ -17,18 +17,19 @@ * PURPOSE. */ -/* - * Author: Matthias Braun - * Date: 05.05.2006 - * Copyright: (c) Universitaet Karlsruhe - * License: This file is protected by GPL - GNU GENERAL PUBLIC LICENSE. +/** + * @file + * @brief Morgans spill algorithm. + * @author Matthias Braun + * @date 05.05.2006 + * @version $Id$ */ -#ifndef BESPILLMORGAN_H_ -#define BESPILLMORGAN_H_ +#ifndef FIRM_BE_BESPILLMORGAN_H +#define FIRM_BE_BESPILLMORGAN_H -#include "be_t.h" -#include "bechordal.h" +#include "beirg.h" +#include "bearch.h" void be_spill_morgan(be_irg_t *birg, const arch_register_class_t *cls); -#endif +#endif /* FIRM_BE_BESPILLMORGAN_H */