rewritten be_ssa_constr which isn't using sets anymore, started working on a 'state...
[libfirm] / ir / be / be_t.h
index 5c581fc..5a17bfe 100644 (file)
@@ -14,7 +14,6 @@
 
 #include "be.h"
 #include "bearch.h"
-#include "beirgmod.h"
 #include "be_dbgout.h"
 #include "beirg_t.h"
 
@@ -59,7 +58,6 @@ struct _be_options_t {
 
 struct _be_main_env_t {
        struct obstack obst;
-       struct _be_node_factory_t *node_factory;
        struct _arch_env_t *arch_env;
        struct _be_options_t *options;
        struct _arch_code_generator_t *cg;