X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbecopyilp1.c;h=77ae74ad49e4a9cc63cc0285e2aeff80badf2b2a;hb=6e3e499d6c68aee0c6a9ada6a99f16c4f6f8445b;hp=2a0aca4bab43580bfb7d0ee798e5dc2f3ca3f21c;hpb=4794cb5f95f18ed6afee5c1cc33aaf5f39d3e4a2;p=libfirm diff --git a/ir/be/becopyilp1.c b/ir/be/becopyilp1.c index 2a0aca4ba..77ae74ad4 100644 --- a/ir/be/becopyilp1.c +++ b/ir/be/becopyilp1.c @@ -13,6 +13,8 @@ #include "config.h" #endif /* HAVE_CONFIG_H */ +#ifdef WITH_ILP + #include "becopyilp_t.h" #define DEBUG_LVL 1 @@ -33,3 +35,10 @@ 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) { +} + +#endif /* WITH_ILP */