static
authorChristoph Mallon <christoph.mallon@gmx.de>
Wed, 27 Jun 2007 16:34:40 +0000 (16:34 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Wed, 27 Jun 2007 16:34:40 +0000 (16:34 +0000)
[r14797]

ir/be/arm/arm_new_nodes.c
ir/be/arm/arm_new_nodes.h

index 88c7abe..8600877 100644 (file)
@@ -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,
index ba0a812..c923557 100644 (file)
@@ -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.
  */