X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbecopystat.h;h=d5f5f20ee650cf49dcdc40fd9f849edb14564b3b;hb=6e3e499d6c68aee0c6a9ada6a99f16c4f6f8445b;hp=8f0126174a983a6116548c51000267beb75ec9ad;hpb=416f5cea230b1061936ff71810aeef66044e50f7;p=libfirm diff --git a/ir/be/becopystat.h b/ir/be/becopystat.h index 8f0126174..d5f5f20ee 100644 --- a/ir/be/becopystat.h +++ b/ir/be/becopystat.h @@ -7,9 +7,9 @@ #ifndef _BECOPYSTAT_H #define _BECOPYSTAT_H -#undef DO_STAT +#undef COPYOPT_STAT -#ifdef DO_STAT +#ifdef COPYOPT_STAT #include "irgraph.h" #include "bearch.h" @@ -33,7 +33,12 @@ void copystat_add_ilp_iter(int iters); void copystat_dump(ir_graph *irg); void copystat_dump_pretty(ir_graph *irg); -#else /* DO_STAT */ +/** + * Compares different solutions of the same problem + */ +void co_compare_solvers(be_chordal_env_t *chordal_env); + +#else /* COPYOPT_STAT */ #define copystat_init(); #define copystat_reset(); @@ -54,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 */