renamed SubSP to SubSPandCopy, add some constants
[libfirm] / ir / be / be_t.h
index 330d67b..eccf7cd 100644 (file)
@@ -80,10 +80,9 @@ struct be_options_t {
 };
 
 struct be_main_env_t {
-       arch_env_t            arch_env;
+       arch_env_t            *arch_env;
        be_options_t          *options;              /**< backend options */
        arch_code_generator_t *cg;
-       arch_irn_handler_t    *phi_handler;
        const char            *cup_name;             /**< name of the compilation unit */
        pmap                  *ent_trampoline_map;   /**< A map containing PIC trampolines for methods. */
        ir_type               *pic_trampolines_type; /**< Class type containing all trampolines */