X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbepressurestat.c;h=ac42cbe519b31dbb060361c045c620fb6b5a906d;hb=3f807bf48426a29da4129ff29c44a4b4690c45f6;hp=cb0d1c2c01e95f402f076243e6433162c42f931d;hpb=d6768d8d4427959eb045aafb1d15bd189beaa5dd;p=libfirm diff --git a/ir/be/bepressurestat.c b/ir/be/bepressurestat.c index cb0d1c2c0..ac42cbe51 100644 --- a/ir/be/bepressurestat.c +++ b/ir/be/bepressurestat.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1995-2007 University of Karlsruhe. All right reserved. + * Copyright (C) 1995-2008 University of Karlsruhe. All right reserved. * * This file is part of libFirm. * @@ -48,8 +48,6 @@ #include "execfreq.h" #include "irtools.h" -#include - #include "be_t.h" #include "belive_t.h" #include "besched_t.h" @@ -133,7 +131,7 @@ void be_analyze_regpressure(be_irg_t *birg, const arch_register_class_t *cls, co f = fopen(fname, "w"); assert(f); - be_assure_liveness(birg); + be_liveness_assure_sets(be_assure_liveness(birg)); FIRM_DBG_REGISTER(ra.dbg, "firm.be.regpressureana");