spill preparation needs liveness
[libfirm] / ir / be / bechordal_t.h
index 664e5f5..90e4eff 100644 (file)
@@ -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 */