- add support for opcode specific hash function
[libfirm] / ir / be / mips / bearch_mips_t.h
index f7b11e8..06f2438 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1995-2007 University of Karlsruhe.  All right reserved.
+ * Copyright (C) 1995-2008 University of Karlsruhe.  All right reserved.
  *
  * This file is part of libFirm.
  *
@@ -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