X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbecopyilp_t.h;h=e97d68609f000eccd5bd1715f7c6df02c58ba1b5;hb=905edd3db0f7417a4ea8da45eb0cbf001bc68a67;hp=bfa8e696c44e3d4c38e08bf27efdf67f69534a74;hpb=3654c4bea0fb78519945a6fcc053efcccf15258f;p=libfirm diff --git a/ir/be/becopyilp_t.h b/ir/be/becopyilp_t.h index bfa8e696c..e97d68609 100644 --- a/ir/be/becopyilp_t.h +++ b/ir/be/becopyilp_t.h @@ -86,7 +86,7 @@ void free_size_red(size_red_t *sr); * units (ou's) args could be merged and weights are accumulated. * Is this necessary? */ -static INLINE int co_ilp_get_costs(copy_opt_t *co, ir_node *root, ir_node *arg) { +static inline int co_ilp_get_costs(copy_opt_t *co, ir_node *root, ir_node *arg) { int i; unit_t *curr; @@ -117,14 +117,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 - -#ifdef LPP_SOLVE_NET -# include -#else -# include -#endif +#include #define EPSILON 0.00001 @@ -154,6 +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 -#endif /* FIRM_BE_BECOPYILP_T_H */ +#endif