rework liveness dumper
[libfirm] / ir / common / firm.c
index 1575e3d..df3ef9c 100644 (file)
@@ -55,6 +55,7 @@
 #include "be_t.h"
 #include "irtools.h"
 #include "execfreq_t.h"
+#include "firmstat_t.h"
 
 /* returns the firm root */
 lc_opt_entry_t *firm_opt_get_root(void)
@@ -112,10 +113,10 @@ void ir_init(void)
        /* Init architecture dependent optimizations. */
        arch_dep_set_opts(arch_dep_none);
 
-       init_irnode();
-
        init_execfreq();
 
+       init_stat();
+
 #ifdef DEBUG_libfirm
        /* integrated debugger extension */
        firm_init_debugger();