Correct inaccurate comment: The only corner case of wrong CF in NEG+ADD as replacemen...
[libfirm] / ir / be / ia32 / ia32_nodes_attr.h
index 5e232c5..4b4eb66 100644 (file)
@@ -237,6 +237,7 @@ typedef struct ia32_switch_attr_t ia32_switch_attr_t;
 struct ia32_switch_attr_t {
        ia32_attr_t  attr;        /**< generic attribute */
        long         default_pn;
+       ir_entity   *jump_table;
 };
 
 /**