X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbecopyilp1.c;h=c6b287fdbdf4f27c019e511f58c73e690403d691;hb=2ac217139bd2e6bf6be43f65ecc4adb7653af9a5;hp=5dae7a6f6df1a2eddc3a1b0344b46e4c393cb842;hpb=87d3e7eba011a02e25e216fc299dd41f82d6e30d;p=libfirm diff --git a/ir/be/becopyilp1.c b/ir/be/becopyilp1.c index 5dae7a6f6..c6b287fdb 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,27 +20,17 @@ #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) { - -} - 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) { +static INLINE void only_that_you_can_compile_without_WITH_ILP_defined(void) { } #endif /* WITH_ILP */