From: Christian Würdig Date: Thu, 3 Nov 2005 15:29:24 +0000 (+0000) Subject: renamed attr X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=1fc94bab517c1bc3372892a75f3dd194984d01a2;p=libfirm renamed attr --- diff --git a/ir/be/firm2arch_nodes_attr.h b/ir/be/firm2arch_nodes_attr.h index 16b21cf88..34616685f 100644 --- a/ir/be/firm2arch_nodes_attr.h +++ b/ir/be/firm2arch_nodes_attr.h @@ -8,7 +8,7 @@ typedef struct { struct { tarval *tv; /**<< tarval for immediate operations */ tarval *offset; /**<< offset for LEA */ - ir_node *symconst; /**<< old symconst node in case of asmop_SymConst */ + ir_node *old_ir; /**<< old ir node to avoid duplicating information (symconst in case of asmop_SymConst) */ } data; void *reg_constraints;