From: Michael Beck Date: Tue, 8 Jun 2004 15:11:12 +0000 (+0000) Subject: statistic module needs idents now X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=fe81eb2f6a3fe480432a4695dd7d38efb30dd70a;hp=ab68bff54fbae0f22be8ab746156b3e19d97e184;p=libfirm statistic module needs idents now [r3027] --- diff --git a/ir/common/firm.c b/ir/common/firm.c index 067592e95..10c3c3b28 100644 --- a/ir/common/firm.c +++ b/ir/common/firm.c @@ -30,10 +30,10 @@ void init_firm (default_initialize_local_variable_func_t *func) { - /* enhanced statistics */ - stat_init(); /* initialize all ident stuff */ id_init (1024); + /* enhanced statistics, need idents */ + stat_init(); /* create the type kinds. */ init_tpop (); /* create an obstack and put all tarvals in a pdeq */