X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbechordal_t.h;h=90e4eff0886ea9f67f3b1e111a131b722aabc09c;hb=1cd6d439fad7b62220e82c8e4a7a4167f4ab93d4;hp=664e5f57857a452e091bc10285ceca87f70599c5;hpb=fcb579b8959da1d7563b1a7b9f008a423ffdf75a;p=libfirm diff --git a/ir/be/bechordal_t.h b/ir/be/bechordal_t.h index 664e5f578..90e4eff08 100644 --- a/ir/be/bechordal_t.h +++ b/ir/be/bechordal_t.h @@ -72,7 +72,7 @@ struct be_chordal_env_t { bitset_t *ignore_colors;/**< A set of colors which shall be ignored in register allocation. */ }; -static INLINE struct list_head *_get_block_border_head(const be_chordal_env_t *inf, ir_node *bl) { +static inline struct list_head *_get_block_border_head(const be_chordal_env_t *inf, ir_node *bl) { return pmap_get(inf->border_heads, bl); } @@ -121,6 +121,6 @@ struct be_ra_chordal_opts_t { char ilp_solver[128]; }; -void be_pre_spill_prepare_constr(be_chordal_env_t *cenv); +void check_for_memory_operands(ir_graph *irg); #endif /* FIRM_BE_BECHORDAL_T_H */