X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbespillutil.h;h=da78cd3000d0814d5142a6c655d54dfdbf664be3;hb=df2faee01a5832057bb3ca0ba5f67e979c916e19;hp=b093523239ae81b61dbed33aeef2a208afa046f3;hpb=929bd10ba046d7482e572d97ec592a4055c65970;p=libfirm diff --git a/ir/be/bespillutil.h b/ir/be/bespillutil.h index b09352323..da78cd300 100644 --- a/ir/be/bespillutil.h +++ b/ir/be/bespillutil.h @@ -71,17 +71,6 @@ void be_add_spill(spill_env_t *senv, ir_node *to_spill, ir_node *after); void be_add_reload(spill_env_t *senv, ir_node *to_spill, ir_node *before, const arch_register_class_t *reload_cls, int allow_remat); -void be_add_reload2(spill_env_t *senv, ir_node *to_spill, ir_node *before, ir_node *can_spill_after, - const arch_register_class_t *reload_cls, int allow_remat); - -/** - * Add a reload at the end of a block. - * Similar to be_add_reload_on_edge(). - */ -void be_add_reload_at_end(spill_env_t *env, ir_node *to_spill, const ir_node *block, - const arch_register_class_t *reload_cls, - int allow_remat); - /** * Analog to be_add_reload, but places the reload "on an edge" between 2 blocks * @see be_add_reload