From: Christian Würdig Date: Tue, 11 Apr 2006 12:31:27 +0000 (+0000) Subject: removed ident stuff X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=8b89a7a3c5551e6f2fab855b097403f46da8752d;p=libfirm removed ident stuff --- diff --git a/ir/be/bestat.c b/ir/be/bestat.c index ff78568d1..cb47c077a 100644 --- a/ir/be/bestat.c +++ b/ir/be/bestat.c @@ -1,3 +1,8 @@ +/** + * This file calls the corresponding statistic functions for + * some backend statistics. + * $Id$ + */ #ifdef HAVE_CONFIG_H #include "config.h" #endif @@ -10,7 +15,6 @@ #include "irhooks.h" #include "dbginfo_t.h" #include "firmstat_t.h" -#include "ident.h" #include "bestat.h" #include "belive_t.h" @@ -45,7 +49,7 @@ static void stat_reg_pressure_block(ir_node *block, void *env) { max_live = cnt < max_live ? max_live : cnt; } - stat_be_block_regpressure(birg->irg, block, max_live, new_id_from_str(cls->name)); + stat_be_block_regpressure(birg->irg, block, max_live, cls->name); } }