beinsn: Remove the write-only attribute pos from be_operand_t.
[libfirm] / ir / be / beinsn_t.h
index d4003f0..7f3de18 100644 (file)
@@ -40,9 +40,7 @@ struct be_operand_t {
        ir_node *carrier;               /**< node representing the operand value (Proj or the node itself for defs, the used value for uses) */
        be_operand_t *partner;          /**< used in bechordal later... (TODO what does it do?) */
        const bitset_t *regs;           /**< admissible register bitset */
-       int pos;                        /**< pos of the operand (0 to n are inputs, -1 to -n are outputs) */
        const arch_register_req_t *req; /**< register constraints for the carrier node */
-       unsigned has_constraints : 1;   /**< the carrier node has register constraints (the constraint type is limited) */
 };
 
 struct be_insn_t {