renamed attr
authorChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Thu, 3 Nov 2005 15:29:24 +0000 (15:29 +0000)
committerChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Thu, 3 Nov 2005 15:29:24 +0000 (15:29 +0000)
ir/be/firm2arch_nodes_attr.h

index 16b21cf..3461668 100644 (file)
@@ -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;