initialization of sttaistic modul added
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 26 May 2004 12:58:16 +0000 (12:58 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 26 May 2004 12:58:16 +0000 (12:58 +0000)
[r2938]

ir/common/firm.c

index b6e511c..067592e 100644 (file)
 # include "irmode_t.h"
 # include "irgraph_t.h"
 # include "type_t.h"
+# include "firmstat.h"
 
 void
 init_firm (default_initialize_local_variable_func_t *func)
 {
+  /* enhanced statistics */
+  stat_init();
   /* initialize all ident stuff */
   id_init (1024);
   /* create the type kinds. */