Fixed name mangling for private entities
[libfirm] / ir / be / mips / mips_nodes_attr.h
index e08ab99..df1aadb 100644 (file)
 #ifndef FIRM_BE_MIPS_MIPS_NODES_ATTR_H
 #define FIRM_BE_MIPS_MIPS_NODES_ATTR_H
 
-#include "../bearch_t.h"
+#include "../bearch.h"
 #include "irmode_t.h"
 #include "irnode_t.h"
 
 typedef struct mips_attr_t {
        except_attr  exc;               /**< the exception attribute. MUST be the first one. */
-       arch_irn_flags_t flags;     /**< indicating if spillable, rematerializeable ... etc. */
 
        int switch_default_pn;          /**< proj number of default case in switch */
 
        const arch_register_req_t **in_req;  /**< register requirements for arguments */
-       const arch_register_req_t **out_req; /**< register requirements for results */
-
-       const arch_register_t **slots;     /**< register slots for assigned registers */
 } mips_attr_t;
 
 typedef enum mips_immediate_type_t {