X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=ir%2Fbe%2Fbecopystat.h;h=d02f51a46a9971ff1c36b3670ff72cf680b99fe4;hb=222b77d248750d6ce7ef87fa9ca39547c4c041ad;hp=ed41dfc9c8732d19746fc9897b1b1261f1d392ba;hpb=3654c4bea0fb78519945a6fcc053efcccf15258f;p=libfirm diff --git a/ir/be/becopystat.h b/ir/be/becopystat.h index ed41dfc9c..d02f51a46 100644 --- a/ir/be/becopystat.h +++ b/ir/be/becopystat.h @@ -28,7 +28,7 @@ #define FIRM_BE_BECOPYSTAT_H #include "firm_types.h" -#include "bearch_t.h" +#include "bearch.h" #include "bechordal_t.h" void copystat_add_max_costs(int costs); @@ -51,9 +51,4 @@ 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