X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fmips%2Fbearch_mips_t.h;h=311439aafdfc4bc589931b4d4e7abc776a32ab2b;hb=1ab1e5cfbb96eacda67df0737ece873e1096fb42;hp=a8717666a19011aa96a6d284e55097af546d7902;hpb=1ce363f80e6a204d4011f85813362d9bd1d0e7e4;p=libfirm diff --git a/ir/be/mips/bearch_mips_t.h b/ir/be/mips/bearch_mips_t.h index a8717666a..311439aaf 100644 --- a/ir/be/mips/bearch_mips_t.h +++ b/ir/be/mips/bearch_mips_t.h @@ -35,30 +35,22 @@ #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 { const arch_code_generator_if_t *impl; /**< implementation */ ir_graph *irg; /**< current irg */ - const arch_env_t *arch_env; /**< the arch env */ set *reg_set; /**< set to memorize registers for FIRM nodes (e.g. phi) */ mips_isa_t *isa; /**< the isa instance */ be_irg_t *birg; /**< The be-irg (contains additional information about the irg) */ - ir_node **bl_list; /**< The block schedule list. */ - survive_dce_t *bl_list_sdce; /**< survive dce environment for the block schedule list */ + ir_node **block_schedule; }; 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