X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbeilpsched.h;h=2b6a682402390bdbea7ec0817825c18465525b73;hb=dd277bbb2a94fbf96cb4c5b5df92470242dc697b;hp=329ba4caea20c57f7f25f4c7b7011e3b0454ba74;hpb=4d5c3365a58cba59993045a9e08e686d8ae079a7;p=libfirm diff --git a/ir/be/beilpsched.h b/ir/be/beilpsched.h index 329ba4cae..2b6a68240 100644 --- a/ir/be/beilpsched.h +++ b/ir/be/beilpsched.h @@ -17,13 +17,23 @@ * PURPOSE. */ -#ifndef _BEILPSCHED_H_ -#define _BEILPSCHED_H_ - -#include "firm_config.h" +/** + * @file + * @brief ILP based instruction scheduling. + * @author Christian Wuerdig + * @date 22.10.2006 + * @version $Id$ + * + * An ILP scheduler based on + * "ILP-based Instruction Scheduling for IA-64" + * by Daniel Kaestner and Sebastian Winkel + * extended with register pressure constraints by Christian Wuerdig + */ +#ifndef FIRM_BE_BEILPSCHED_H +#define FIRM_BE_BEILPSCHED_H -#include "bemachine.h" -#include "beirg.h" +#include "irgraph.h" +#include "irnode.h" typedef struct _ilp_sched_selector_t ilp_sched_selector_t; typedef struct _ilp_sched_selector_if_t ilp_sched_selector_if_t; @@ -142,4 +152,4 @@ struct _ilp_sched_selector_t { */ void be_ilp_sched(const be_irg_t *birg, be_options_t *be_opts); -#endif /* _BEILPSCHED_H_ */ +#endif /* FIRM_BE_BEILPSCHED_H */