X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Farm%2Farm_new_nodes.h;h=8ec8b9c9c91e9a701855435c94835e8e80043232;hb=6e5fd745c70d70f56fbe65df64983675897eb304;hp=49bb9a1221f0270eddae647177b647227ac110d6;hpb=fd5331da46a1c09e53d010f7594a17c08c7a1e41;p=libfirm diff --git a/ir/be/arm/arm_new_nodes.h b/ir/be/arm/arm_new_nodes.h index 49bb9a122..8ec8b9c9c 100644 --- a/ir/be/arm/arm_new_nodes.h +++ b/ir/be/arm/arm_new_nodes.h @@ -65,18 +65,6 @@ const arm_cmp_attr_t *get_arm_cmp_attr_const(const ir_node *node); arm_farith_attr_t *get_arm_farith_attr(ir_node *node); const arm_farith_attr_t *get_arm_farith_attr_const(const ir_node *node); -void set_arm_in_req_all(ir_node *node, const arch_register_req_t **reqs); - -/** - * Returns the argument register requirements of an arm node. - */ -const arch_register_req_t *get_arm_in_req(const ir_node *node, int pos); - -/** - * Sets the IN register requirements at position pos. - */ -void set_arm_req_in(ir_node *node, const arch_register_req_t *req, int pos); - /** * Return the tarval of a fConst */