X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Farm%2Farm_new_nodes.h;h=14ca0b0d602f638a09f3552721efd89a3438fca4;hb=ce6161a7e42a48f7422b7babcc64d8ace18e2687;hp=c0ea0b53b3ae154d55ef0cd8c0daf008896afbf5;hpb=9d3c8631459f431c313160dab5778e8a7b88dd92;p=libfirm diff --git a/ir/be/arm/arm_new_nodes.h b/ir/be/arm/arm_new_nodes.h index c0ea0b53b..14ca0b0d6 100644 --- a/ir/be/arm/arm_new_nodes.h +++ b/ir/be/arm/arm_new_nodes.h @@ -65,6 +65,9 @@ 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); +arm_CopyB_attr_t *get_arm_CopyB_attr(ir_node *node); +const arm_CopyB_attr_t *get_arm_CopyB_attr_const(const ir_node *node); + /** * Return the tarval of a fConst */