fehler109
[libfirm] / ir / be / mips / bearch_mips_t.h
index 8f2469d..a871766 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.
  *
@@ -30,7 +30,7 @@
 #include "irgopt.h"
 #include "bearch_mips.h"
 #include "mips_nodes_attr.h"
-#include "../be.h"
+#include "be.h"
 #include "../beemitter.h"
 #include "set.h"
 
@@ -51,7 +51,7 @@ struct mips_code_gen_t {
 
 struct mips_isa_t {
        arch_isa_t             arch_isa;    /**< must be derived from arch_isa_t */
-       be_emit_env_t          emit;        /**< An emitter environment for the GAS emitter. */
+       mips_code_gen_t       *cg;
 };
 
 struct mips_irn_ops_t {