Restructure gen_Cmp() so it does not use ia32_use_source_address_mode() anymore,...
[libfirm] / ir / be / mips / bearch_mips_t.h
index edf83f7..f7b11e8 100644 (file)
@@ -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 {