X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbeschedmris.c;h=795caac93394919be7a6640d1a776c2ee6fa2807;hb=9276447aec4972df060349e162f583c4898dfec8;hp=b6e854bdd79eb03dcbb54da60a2697c548988733;hpb=4d5c3365a58cba59993045a9e08e686d8ae079a7;p=libfirm diff --git a/ir/be/beschedmris.c b/ir/be/beschedmris.c index b6e854bdd..795caac93 100644 --- a/ir/be/beschedmris.c +++ b/ir/be/beschedmris.c @@ -18,12 +18,16 @@ */ /** + * @file + * @brief Implements a list scheduler for the MRIS algorithm. + * @author Sebastian Hack + * @date 04.04.2006 + * @version $Id$ + * * Implements a list scheduler for the MRIS algorithm in: * Govindarajan, Yang, Amaral, Zhang, Gao * Minimum Register Instruction Sequencing to Reduce Register Spills * in out-of-order issue superscalar architectures - * @author Sebastian Hack - * @date 04.04.2006 */ #ifdef HAVE_CONFIG_H #include "config.h" @@ -43,7 +47,6 @@ #include "irgwalk.h" #include "irtools.h" #include "irbitset.h" - #include "height.h" #include "benode_t.h" @@ -53,7 +56,7 @@ #include "beirg.h" struct _mris_env_t { - ir_phase ph; + ir_phase ph; heights_t *heights; const arch_env_t *aenv; ir_graph *irg;