Changes API a little bit :-)
[libfirm] / ir / be / becopystat.h
index 2b153c0..8f01261 100644 (file)
@@ -7,7 +7,7 @@
 #ifndef _BECOPYSTAT_H
 #define _BECOPYSTAT_H
 
-#define DO_STAT
+#undef DO_STAT
 
 #ifdef DO_STAT
 
@@ -33,10 +33,9 @@ void copystat_add_ilp_iter(int iters);
 void copystat_dump(ir_graph *irg);
 void copystat_dump_pretty(ir_graph *irg);
 
-
 #else /* DO_STAT */
 
-#define copy_copystat_init();
+#define copystat_init();
 #define        copystat_reset();
 #define copystat_collect_cls(env);
 #define copystat_add_max_costs(costs);