make code a bit more readble
[libfirm] / ir / be / ppc32 / ppc32_new_nodes.h
index a910e0f..f632400 100644 (file)
@@ -7,7 +7,6 @@
  */
 
 #include "ppc32_nodes_attr.h"
-#include "gen_ppc32_machine.h"
 
 /***************************************************************************************************
  *        _   _                   _       __        _                    _   _               _
@@ -103,8 +102,8 @@ tarval *get_ppc32_constant_tarval(const ir_node *node);
 void set_ppc32_symconst_ident(const ir_node *node, ident *symconst_ident);
 ident *get_ppc32_symconst_ident(const ir_node *node);
 
-void set_ppc32_frame_entity(const ir_node *node, entity *ent);
-entity *get_ppc32_frame_entity(const ir_node *node);
+void set_ppc32_frame_entity(const ir_node *node, ir_entity *ent);
+ir_entity *get_ppc32_frame_entity(const ir_node *node);
 
 void set_ppc32_rlwimi_const(const ir_node *node, unsigned shift, unsigned maskA, unsigned maskB);
 rlwimi_const_t *get_ppc32_rlwimi_const(const ir_node *node);
@@ -120,7 +119,7 @@ ppc32_attr_offset_mode get_ppc32_offset_mode(const ir_node *node);
 
 void init_ppc32_attributes(ir_node *node, int flags,
                                                 const ppc32_register_req_t **in_reqs, const ppc32_register_req_t **out_reqs,
-                                                const be_execution_unit_t **execution_units,
+                                                const be_execution_unit_t ***execution_units,
                                                 int n_res, unsigned latency);
 
 void ppc32_register_additional_opcodes(int opcode_num);