fehler137: tarval module does not model the explicit leading 1 for long double on...
[libfirm] / ir / be / mips / bearch_mips_t.h
index a871766..06f2438 100644 (file)
@@ -35,7 +35,6 @@
 #include "set.h"
 
 typedef struct mips_isa_t            mips_isa_t;
-typedef struct mips_irn_ops_t        mips_irn_ops_t;
 typedef struct mips_transform_env_t  mips_transform_env_t;
 
 struct mips_code_gen_t {
@@ -50,15 +49,10 @@ struct mips_code_gen_t {
 };
 
 struct mips_isa_t {
-       arch_isa_t             arch_isa;    /**< must be derived from arch_isa_t */
+       arch_env_t             arch_env;    /**< must be derived from arch_env_t */
        mips_code_gen_t       *cg;
 };
 
-struct mips_irn_ops_t {
-       const arch_irn_ops_if_t *impl;
-       mips_code_gen_t         *cg;
-};
-
 
 /**
  * this is a struct to minimize the number of parameters