added get_next_ir_opcodes() to allow allocation of cosecutive opcodes
[libfirm] / ir / be / be_t.h
index 35fc5d0..6da99d4 100644 (file)
@@ -25,17 +25,8 @@ struct _be_main_env_t {
   struct _be_node_factory_t *node_factory;
   struct _arch_env_t *arch_env;
   struct _be_options_t *options;
+  struct _arch_code_generator_t *cg;
   firm_dbg_module_t *dbg;
 };
 
-#if 0
-struct _be_main_session_env_t {
-  const struct _be_main_env_t *main_env;
-  ir_graph *irg;
-  struct _dom_front_info_t *dom_front;
-};
-#endif
-
-
-
 #endif