statistic module needs idents now
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Tue, 8 Jun 2004 15:11:12 +0000 (15:11 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Tue, 8 Jun 2004 15:11:12 +0000 (15:11 +0000)
[r3027]

ir/common/firm.c

index 067592e..10c3c3b 100644 (file)
 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 */