From 8b89a7a3c5551e6f2fab855b097403f46da8752d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Christian=20W=C3=BCrdig?= Date: Tue, 11 Apr 2006 12:31:27 +0000 Subject: [PATCH] removed ident stuff --- ir/be/bestat.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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); } } -- 2.20.1