X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbespillremat.h;h=a3cf79c1a9404df280378be74a2bc7669f4880c0;hb=2176caea24ef5a9786dc4ada2bd2eaf74ad88b4d;hp=da7e8f1c9289abf3816fa23ea4566c867e12cf17;hpb=d6768d8d4427959eb045aafb1d15bd189beaa5dd;p=libfirm diff --git a/ir/be/bespillremat.h b/ir/be/bespillremat.h index da7e8f1c9..a3cf79c1a 100644 --- a/ir/be/bespillremat.h +++ b/ir/be/bespillremat.h @@ -18,17 +18,18 @@ */ /** - * @file bespillremat.h - * @date 2006-04-06 - * @author Adam M. Szalkowski - * - * Copyright (C) 2006 Universitaet Karlsruhe - * Released under the GPL + * @file + * @brief ILP based spilling & rematerialization + * @author Adam M. Szalkowski + * @date 06.04.2006 + * @version $Id$ */ +#ifndef FIRM_BE_BESPILLREMAT_H +#define FIRM_BE_BESPILLREMAT_H -#ifndef BESPILLREMAT_H_ -#define BESPILLREMAT_H_ +#include "bearch.h" +#include "beirg.h" void be_spill_remat(be_irg_t *birg, const arch_register_class_t *cls); -#endif /*BESPILLREMAT_H_*/ +#endif /* FIRM_BE_BESPILLREMAT_H */