X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbeinsn_t.h;h=703d2c2e01e39cab27451a9a561fdbd123b595bb;hb=d0d5cc041a1bdc5a62aab757dbf7d3069796c63a;hp=6593934245ba4ee682a1cbfd4f73f2765ea703bc;hpb=1ce363f80e6a204d4011f85813362d9bd1d0e7e4;p=libfirm diff --git a/ir/be/beinsn_t.h b/ir/be/beinsn_t.h index 659393424..703d2c2e0 100644 --- a/ir/be/beinsn_t.h +++ b/ir/be/beinsn_t.h @@ -54,7 +54,7 @@ struct _be_insn_t { [use_start-n_ops) uses */ ir_node *next_insn; /**< next instruction in schedule */ ir_node *irn; /**< ir_node of the instruction */ - unsigned in_constraints : 1; /**< instruction has input contraints */ + unsigned in_constraints : 1; /**< instruction has input constraints */ unsigned out_constraints : 1; /**< instruction has output constraints */ unsigned has_constraints : 1; /**< in_constraints or out_constraints true */ unsigned pre_colored : 1; /**< all defined values already have a register assigned */ @@ -62,7 +62,6 @@ struct _be_insn_t { struct _be_insn_env_t { struct obstack *obst; - const arch_env_t *aenv; const arch_register_class_t *cls; bitset_t *ignore_colors; };