X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbecopyilp_t.h;h=f2454b608683b3f9f53332334bfb63c37610f6ae;hb=365b4cfd34bc444107b8f90c9c9431c64ee20e44;hp=349593e88711c752e57dc1dbf542822d2eea8492;hpb=646d941217399e4bc713359fd5ad393e4db8b905;p=libfirm diff --git a/ir/be/becopyilp_t.h b/ir/be/becopyilp_t.h index 349593e88..f2454b608 100644 --- a/ir/be/becopyilp_t.h +++ b/ir/be/becopyilp_t.h @@ -111,7 +111,7 @@ static INLINE int co_ilp_get_costs(copy_opt_t *co, ir_node *root, ir_node *arg) #include -#undef LPP_SOLVE_NET +#define LPP_SOLVE_NET #ifdef LPP_SOLVE_NET # include @@ -134,7 +134,6 @@ struct _ilp_env_t { void *env; ilp_callback build; ilp_callback apply; - }; ilp_env_t *new_ilp_env(copy_opt_t *co, ilp_callback build, ilp_callback apply, void *env);