X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbecopystat.h;h=8f0126174a983a6116548c51000267beb75ec9ad;hb=504619ba8a1110600cd1e8836044bf8862276ef8;hp=2b153c0d2e905c8a54ea05e303d4846cccbdb73a;hpb=c6cea1a8348c6c3d2391497db68ad7d2ac84b6ff;p=libfirm diff --git a/ir/be/becopystat.h b/ir/be/becopystat.h index 2b153c0d2..8f0126174 100644 --- a/ir/be/becopystat.h +++ b/ir/be/becopystat.h @@ -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);