X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbecopystat.h;h=39b458679937266f55d8ec81b452871dc94df8ca;hb=5474a1c188c9d59eea2c915515980cd9cbab58d8;hp=a34143038b53d8f744fe47f7c301d48851343cb1;hpb=d2c1b0191844c3c23731158a153838d570dcd65a;p=libfirm diff --git a/ir/be/becopystat.h b/ir/be/becopystat.h index a34143038..39b458679 100644 --- a/ir/be/becopystat.h +++ b/ir/be/becopystat.h @@ -22,7 +22,6 @@ * @brief Copy node statistics. * @author Daniel Grund * @date 11.04.2005 - * @version $Id$ */ #ifndef FIRM_BE_BECOPYSTAT_H #define FIRM_BE_BECOPYSTAT_H @@ -40,8 +39,6 @@ void copystat_add_heur_time(int time); void copystat_dump(ir_graph *irg); void copystat_dump_pretty(ir_graph *irg); -#ifdef WITH_ILP - void copystat_add_ilp_5_sec_costs(int costs); void copystat_add_ilp_30_sec_costs(int costs); void copystat_add_ilp_time(int time); @@ -49,11 +46,4 @@ void copystat_add_ilp_vars(int vars); void copystat_add_ilp_csts(int csts); void copystat_add_ilp_iter(int iters); -#endif /* WITH_ILP */ - -/** - * Compares different solutions of the same problem - */ -void co_compare_solvers(be_chordal_env_t *chordal_env); - -#endif /* FIRM_BE_BECOPYSTAT_H */ +#endif