X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbeabi.h;h=f9a02460ba5abaab7679163b9c3e6dd28e7197f7;hb=b6a9555d988bd3c5181e470c950a346d0125945f;hp=8f30e2705d22bc017b390008cf57ff1f92695b0f;hpb=bde3c6e26bff65fcee2f6142a9f865cc19d7abd0;p=libfirm diff --git a/ir/be/beabi.h b/ir/be/beabi.h index 8f30e2705..f9a02460b 100644 --- a/ir/be/beabi.h +++ b/ir/be/beabi.h @@ -144,16 +144,8 @@ be_abi_call_flags_t be_abi_call_get_flags(const be_abi_call_t *call); */ ir_type *be_abi_call_get_method_type(const be_abi_call_t *call); -be_abi_irg_t *be_abi_introduce(ir_graph *irg); - -/** - * should be called by betranshlp.c while the graph is transformed - */ -void be_abi_transform_fixup(ir_graph *irg); +void be_abi_introduce(ir_graph *irg); void be_abi_free(ir_graph *irg); -ir_node *be_abi_get_callee_save_irn(ir_graph *irg, const arch_register_t *reg); -ir_node *be_abi_get_ignore_irn(ir_graph *irg, const arch_register_t *reg); - #endif