X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2FTEMPLATE%2Fbearch_TEMPLATE_t.h;h=671976a1cc95934ee018cd2b1ed8e14f7e04a559;hb=fcb579b8959da1d7563b1a7b9f008a423ffdf75a;hp=b5650fc5c65bd8719a4a3e58fc1c0b09185ff511;hpb=fdef2b39113f0615d0e715a884be2833f05b8ee5;p=libfirm diff --git a/ir/be/TEMPLATE/bearch_TEMPLATE_t.h b/ir/be/TEMPLATE/bearch_TEMPLATE_t.h index b5650fc5c..671976a1c 100644 --- a/ir/be/TEMPLATE/bearch_TEMPLATE_t.h +++ b/ir/be/TEMPLATE/bearch_TEMPLATE_t.h @@ -34,7 +34,6 @@ typedef struct TEMPLATE_isa_t TEMPLATE_isa_t; typedef struct TEMPLATE_code_gen_t TEMPLATE_code_gen_t; -typedef struct TEMPLATE_irn_ops_t TEMPLATE_irn_ops_t; typedef struct TEMPLATE_transform_env_t TEMPLATE_transform_env_t; struct TEMPLATE_code_gen_t { @@ -48,12 +47,7 @@ struct TEMPLATE_code_gen_t { }; struct TEMPLATE_isa_t { - arch_isa_t arch_isa; /**< must be derived from arch_isa */ -}; - -struct TEMPLATE_irn_ops_t { - const arch_irn_ops_if_t *impl; - TEMPLATE_code_gen_t *cg; + arch_env_t arch_env; /**< must be derived from arch_isa */ }; /**