start register allocator again, fix typo
[libfirm] / ir / be / mips / mips_new_nodes.c
index fccfa47..8522ed1 100644 (file)
@@ -387,7 +387,9 @@ int get_mips_n_res(const ir_node *node) {
  * Initializes the nodes attributes.
  */
 void init_mips_attributes(ir_node *node, arch_irn_flags_t flags, const mips_register_req_t **in_reqs,
-                                                  const mips_register_req_t **out_reqs, int n_res)
+                                                  const mips_register_req_t **out_reqs,
+                                                                                                 const be_execution_unit_t ***execution_units,
+                                                                                                 int n_res, unsigned latency)
 {
        mips_attr_t *attr = get_mips_attr(node);