From c7f22596f26775b01bcf5721d4849dc9a55d244a Mon Sep 17 00:00:00 2001 From: Christoph Mallon Date: Wed, 27 Jun 2007 16:34:40 +0000 Subject: [PATCH] static [r14797] --- ir/be/arm/arm_new_nodes.c | 2 +- ir/be/arm/arm_new_nodes.h | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) 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. */ -- 2.20.1