Use block walk for ssa_cons_start
[libfirm] / ir / stat / pattern_dmp.c
index 4ae89c2..87a0d90 100644 (file)
@@ -25,8 +25,6 @@
  */
 #include "config.h"
 
-#ifdef FIRM_STATISTICS
-
 #include <stdio.h>
 #include <stdlib.h>
 
@@ -423,5 +421,3 @@ pattern_dumper_t *new_vcg_dumper(const char *vcg_name, unsigned max_pattern)
 
        return res;
 }  /* new_vcg_dumper */
-
-#endif /* FIRM_STATISTICS */