X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbeilpsched.c;h=f1b372b1608c96352e94b8442a3ba7705770d4f3;hb=9276447aec4972df060349e162f583c4898dfec8;hp=b8a9d91387e2f5ffb97174efd82dca1848ffaece;hpb=4d5c3365a58cba59993045a9e08e686d8ae079a7;p=libfirm diff --git a/ir/be/beilpsched.c b/ir/be/beilpsched.c index b8a9d9138..f1b372b16 100644 --- a/ir/be/beilpsched.c +++ b/ir/be/beilpsched.c @@ -18,15 +18,16 @@ */ /** - * Scheduling algorithms. + * @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 - * - * @date 22.10.2005 - * @author Christian Wuerdig - * @cvs-id $Id$ */ #ifdef HAVE_CONFIG_H #include "config.h" @@ -68,6 +69,7 @@ #include "beutil.h" #include "bestat.h" #include "beirg_t.h" +#include "benodesets.h" typedef struct _ilpsched_options_t { unsigned regpress;