From: Christoph Mallon Date: Wed, 27 Jun 2007 16:34:40 +0000 (+0000) Subject: static X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=c7f22596f26775b01bcf5721d4849dc9a55d244a;hp=3d306914ac98469e3d43b59de125efe64ddea8a5;p=libfirm static [r14797] --- diff --git a/ir/be/arm/arm_new_nodes.c b/ir/be/arm/arm_new_nodes.c index 88c7abe8b..8600877fe 100644 --- a/ir/be/arm/arm_new_nodes.c +++ b/ir/be/arm/arm_new_nodes.c @@ -529,7 +529,7 @@ arm_shift_modifier get_arm_shift_modifier(const ir_node *node) { } /* Set the ARM machine node attributes to default values. */ -void init_arm_attributes(ir_node *node, int flags, +static void init_arm_attributes(ir_node *node, int flags, const arch_register_req_t ** in_reqs, const arch_register_req_t ** out_reqs, const be_execution_unit_t ***execution_units, diff --git a/ir/be/arm/arm_new_nodes.h b/ir/be/arm/arm_new_nodes.h index ba0a81202..c9235577e 100644 --- a/ir/be/arm/arm_new_nodes.h +++ b/ir/be/arm/arm_new_nodes.h @@ -134,12 +134,6 @@ const arch_register_t *get_arm_out_reg(const ir_node *node, int pos); */ int get_arm_n_res(const ir_node *node); -/** - * Set the ARM machine node attributes to default values. - */ -void init_arm_attributes(ir_node *node, int flags, const arch_register_req_t ** in_reqs, - const arch_register_req_t ** out_reqs, const be_execution_unit_t ***execution_units, int n_res, unsigned latency); - /** * Sets the flags for the n'th out. */