added DBG_OPT_LEA( to report Lea craetion to the firm statistic module
[libfirm] / ir / be / ia32 / ia32_nodes_attr.h
index e405d21..4d56469 100644 (file)
@@ -103,6 +103,8 @@ typedef struct _ia32_attr_t {
 
        ir_mode *ls_mode;   /**< the mode of the stored/loaded value */
        ir_mode *res_mode;  /**< the mode of the result */
+       ir_mode *src_mode;  /**< source mode for conversion */
+       ir_mode *tgt_mode;  /**< target mode for conversion */
 
        entity *frame_ent;  /**< the frame entity attached to this node */