Allow the first line to be a comment.
[libfirm] / ir / be / TEMPLATE / TEMPLATE_new_nodes.c
index 8fea7ce..c092894 100644 (file)
@@ -49,7 +49,7 @@
  * @param n        the node to dump
  * @param reason   indicates which kind of information should be dumped
  */
-static void TEMPLATE_dump_node(FILE *F, ir_node *n, dump_reason_t reason)
+static void TEMPLATE_dump_node(FILE *F, const ir_node *n, dump_reason_t reason)
 {
        ir_mode *mode = NULL;
 
@@ -98,13 +98,11 @@ TEMPLATE_attr_t *get_TEMPLATE_attr(ir_node *node)
  */
 static void init_TEMPLATE_attributes(ir_node *node, arch_irn_flags_t flags,
                                      const arch_register_req_t **in_reqs,
-                                     const be_execution_unit_t ***execution_units,
                                      int n_res)
 {
        ir_graph        *irg  = get_irn_irg(node);
        struct obstack  *obst = get_irg_obstack(irg);
        backend_info_t  *info;
-       (void) execution_units;
 
        arch_set_irn_flags(node, flags);
        arch_set_irn_register_reqs_in(node, in_reqs);