From 3a71d573f670efc501c50b6f82c4e7e971ac249a Mon Sep 17 00:00:00 2001 From: Sebastian Buchwald Date: Fri, 6 Aug 2010 08:08:04 +0000 Subject: [PATCH] Fixed comment. [r27877] --- ir/be/beinsn_t.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/be/beinsn_t.h b/ir/be/beinsn_t.h index 1f30f5023..1f6a05b73 100644 --- a/ir/be/beinsn_t.h +++ b/ir/be/beinsn_t.h @@ -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) */ -- 2.20.1