removed unnecessary phases and functions which are now handled directly by the generi...
[libfirm] / ir / be / ia32 / bearch_ia32_t.h
index cdd7251..fec0512 100644 (file)
@@ -29,7 +29,6 @@ typedef struct _ia32_isa_t {
        const arch_register_t *bp;            /** The base pointer register. */
        const int              stack_dir;     /** -1 for decreasing, 1 for increasing. */
        int                    num_codegens;
-       set                   *reg_projnum_map;
 } ia32_isa_t;
 
 typedef struct _ia32_irn_ops_t {