X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbecopyilp1.c;h=77ae74ad49e4a9cc63cc0285e2aeff80badf2b2a;hb=6e3e499d6c68aee0c6a9ada6a99f16c4f6f8445b;hp=5dae7a6f6df1a2eddc3a1b0344b46e4c393cb842;hpb=87d3e7eba011a02e25e216fc299dd41f82d6e30d;p=libfirm diff --git a/ir/be/becopyilp1.c b/ir/be/becopyilp1.c index 5dae7a6f6..77ae74ad4 100644 --- a/ir/be/becopyilp1.c +++ b/ir/be/becopyilp1.c @@ -6,10 +6,7 @@ * CVS-ID: $Id$ * * ILP formalization using: - * - 2 classes of vars: Nodes- and optimality variables. - * - Clique constraints - * - Path constraints - * - Clique path constraints + * ???? */ #ifdef HAVE_CONFIG_H @@ -23,13 +20,12 @@ #define DEBUG_LVL 1 typedef struct _my_env_t { - int foo; + int dummy; } my_env_t; static void ilp1_build(ilp_env_t *ienv) { ienv->lp = new_lpp(ienv->co->name, lpp_minimize); - } static void ilp1_apply(ilp_env_t *ienv) { @@ -40,7 +36,6 @@ int co_solve_ilp1(copy_opt_t *co, double time_limit) { return 1; } - #else /* WITH_ILP */ static void only_that_you_can_compile_without_WITH_ILP_defined(void) {