used enum values for Tuple creation
[libfirm] / 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. */