make unique types/entities part of irprog
[libfirm] / ir / be / sparc / sparc_new_nodes.c
index cb23385..43d377e 100644 (file)
@@ -23,7 +23,6 @@
  *          opcodes and the coresponding node constructors for the sparc
  *          assembler irg.
  * @author  Hannes Rapp, Matthias Braun
- * @version $Id$
  */
 #include "config.h"
 
@@ -81,7 +80,7 @@ static bool has_fp_conv_attr(const ir_node *node)
  * @param n        the node to dump
  * @param reason   indicates which kind of information should be dumped
  */
-static void sparc_dump_node(FILE *F, ir_node *n, dump_reason_t reason)
+static void sparc_dump_node(FILE *F, const ir_node *n, dump_reason_t reason)
 {
        const sparc_attr_t *sparc_attr;
 
@@ -226,13 +225,11 @@ const sparc_fp_conv_attr_t *get_sparc_fp_conv_attr_const(const ir_node *node)
  */
 static void init_sparc_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);