Fixed comment.
authorSebastian Buchwald <Sebastian.Buchwald@kit.edu>
Fri, 6 Aug 2010 08:08:04 +0000 (08:08 +0000)
committerSebastian Buchwald <Sebastian.Buchwald@kit.edu>
Fri, 6 Aug 2010 08:08:04 +0000 (08:08 +0000)
[r27877]

ir/be/beinsn_t.h

index 1f30f50..1f6a05b 100644 (file)
@@ -39,7 +39,7 @@ typedef struct _be_insn_env_t be_insn_env_t;
 
 struct _be_operand_t {
        ir_node *irn;                   /**< Firm node of the insn this operand belongs to */
-       ir_node *carrier;               /**< node representing the operand value (Proj or the node itself for defs, the value itself for uses */
+       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?) */
        bitset_t *regs;                 /**< admissible register bitset */
        int pos;                        /**< pos of the operand (0 to n are inputs, -1 to -n are outputs) */