X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbecopyilp_t.h;h=56377fc921f5c79e86dd342bc207337930dbd580;hb=80a6158fdd766f42ee6c508a773bc114ff1b61f3;hp=8e9ebda3f82524451702f917c391bf1394d91ba2;hpb=a9c04933cf93a9a134a7df3122abfe61a7fb7eb4;p=libfirm diff --git a/ir/be/becopyilp_t.h b/ir/be/becopyilp_t.h index 8e9ebda3f..56377fc92 100644 --- a/ir/be/becopyilp_t.h +++ b/ir/be/becopyilp_t.h @@ -108,6 +108,7 @@ static INLINE int co_ilp_get_costs(copy_opt_t *co, ir_node *root, ir_node *arg) *****************************************************************************/ +#ifdef WITH_ILP #include #define LPP_SOLVE_NET @@ -146,4 +147,6 @@ void free_ilp_env(ilp_env_t *ienv); #define name_cdd_sorted(buf, char1, int1, int2) \ name_cdd(buf, char1, MIN(int1, int2), MAX(int1, int2)) +#endif // WITH_ILP + #endif