X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbespillbelady.c;h=7424d3da39498a840d207a4c6e570dd1b9d3463a;hb=5474a1c188c9d59eea2c915515980cd9cbab58d8;hp=89b29d327e5f743c4b260fe99aff18a658e6cb02;hpb=7dd67de2496539d779c6e8981037b48d5a837269;p=libfirm diff --git a/ir/be/bespillbelady.c b/ir/be/bespillbelady.c index 89b29d327..7424d3da3 100644 --- a/ir/be/bespillbelady.c +++ b/ir/be/bespillbelady.c @@ -22,7 +22,6 @@ * @brief Beladys spillalgorithm. * @author Daniel Grund, Matthias Braun * @date 20.09.2005 - * @version $Id$ */ #include "config.h" @@ -40,6 +39,7 @@ #include "irprintf.h" #include "irnodeset.h" #include "irtools.h" +#include "util.h" #include "beutil.h" #include "bearch.h" @@ -946,7 +946,7 @@ static void be_spill_belady(ir_graph *irg, const arch_register_class_t *rcls) { int i; - be_liveness_assure_sets(be_assure_liveness(irg)); + be_assure_live_sets(irg); stat_ev_tim_push(); assure_loopinfo(irg);