X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbecopystat.h;h=8f0126174a983a6116548c51000267beb75ec9ad;hb=f804d333c7b5459c3c1a6bfc188ecdc54346be73;hp=1cf25f020e964189ed3ad1305ba8cbae2805568a;hpb=e03dd955762d16d38fdec0e2d7c24bf36d0ecc2e;p=libfirm diff --git a/ir/be/becopystat.h b/ir/be/becopystat.h index 1cf25f020..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 @@ -22,7 +22,8 @@ void copystat_add_max_costs(int costs); void copystat_add_inevit_costs(int costs); void copystat_add_init_costs(int costs); void copystat_add_heur_costs(int costs); -void copystat_add_ilp_n_sec_costs(int costs); +void copystat_add_ilp_5_sec_costs(int costs); +void copystat_add_ilp_30_sec_costs(int costs); void copystat_add_opt_costs(int costs); void copystat_add_heur_time(int time); void copystat_add_ilp_time(int time); @@ -32,17 +33,17 @@ 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); #define copystat_add_inevit_costs(costs); #define copystat_add_init_costs(costs); #define copystat_add_heur_costs(costs); -#define copystat_add_ilp_n_sec_costs(costs); +#define copystat_add_ilp_5_sec_costs(costs); +#define copystat_add_ilp_30_sec_costs(costs); #define copystat_add_opt_costs(costs); #define copystat_add_heur_time(time); #define copystat_add_ilp_time(time);