Remove the unused parameter const arch_env_t *env from arch_irn_get_flags(), arch_irn...
[libfirm] / ir / be / TEMPLATE / bearch_TEMPLATE_t.h
index b5650fc..671976a 100644 (file)
@@ -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 */
 };
 
 /**