X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbestate.h;h=0aa34c650fe54e5ba551920f42aa07d614ffcae2;hb=b4647d67ab7885d5da32c2a30242fbc4ed93d81b;hp=42bae846b63e97b9054f1a44d03f82cba9295194;hpb=d2c1b0191844c3c23731158a153838d570dcd65a;p=libfirm diff --git a/ir/be/bestate.h b/ir/be/bestate.h index 42bae846b..0aa34c650 100644 --- a/ir/be/bestate.h +++ b/ir/be/bestate.h @@ -52,8 +52,8 @@ typedef ir_node *(*create_reload_func) (void *env, ir_node *value, * This functions asserts that the state is switched to fullfill all state * requirements of nodes. */ -void be_assure_state(be_irg_t *birg, const arch_register_t *reg, void *func_env, +void be_assure_state(ir_graph *irg, const arch_register_t *reg, void *func_env, create_spill_func spill_func, create_reload_func reload_func); -#endif /* FIRM_BE_BESTATE_H */ +#endif