From 1fc94bab517c1bc3372892a75f3dd194984d01a2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Christian=20W=C3=BCrdig?= Date: Thu, 3 Nov 2005 15:29:24 +0000 Subject: [PATCH] renamed attr --- ir/be/firm2arch_nodes_attr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.20.1