X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbecopystat.h;h=d5f5f20ee650cf49dcdc40fd9f849edb14564b3b;hb=e6ad8ee4680a88db8652483c2c6f3124f3d9a888;hp=2b153c0d2e905c8a54ea05e303d4846cccbdb73a;hpb=c6cea1a8348c6c3d2391497db68ad7d2ac84b6ff;p=libfirm diff --git a/ir/be/becopystat.h b/ir/be/becopystat.h index 2b153c0d2..d5f5f20ee 100644 --- a/ir/be/becopystat.h +++ b/ir/be/becopystat.h @@ -7,9 +7,9 @@ #ifndef _BECOPYSTAT_H #define _BECOPYSTAT_H -#define DO_STAT +#undef COPYOPT_STAT -#ifdef DO_STAT +#ifdef COPYOPT_STAT #include "irgraph.h" #include "bearch.h" @@ -33,10 +33,14 @@ void copystat_add_ilp_iter(int iters); void copystat_dump(ir_graph *irg); void copystat_dump_pretty(ir_graph *irg); +/** + * Compares different solutions of the same problem + */ +void co_compare_solvers(be_chordal_env_t *chordal_env); -#else /* DO_STAT */ +#else /* COPYOPT_STAT */ -#define copy_copystat_init(); +#define copystat_init(); #define copystat_reset(); #define copystat_collect_cls(env); #define copystat_add_max_costs(costs); @@ -55,6 +59,6 @@ void copystat_dump_pretty(ir_graph *irg); #define copystat_dump(irg); #define copystat_dump_pretty(irg); -#endif /* DO_STAT */ +#endif /* COPYOPT_STAT */ #endif /* _BECOPYSTAT_H */