Fixed compile error in optimize build.
[libfirm] / ir / be / ia32 / ia32_new_nodes.c
index 3b37263..3c17da6 100644 (file)
@@ -23,7 +23,7 @@
  * @author      Christian Wuerdig
  * @version     $Id$
  *
- * This file implements the creation of the achitecture specific firm opcodes
+ * This file implements the creation of the architecture specific firm opcodes
  * and the corresponding node constructors for the ia32 assembler irg.
  */
 #include "config.h"
@@ -1128,6 +1128,7 @@ static void ia32_copy_attr(ir_graph *irg, const ir_node *old_node,
        new_info->out_infos =
                DUP_ARR_D(reg_out_info_t, obst, old_info->out_infos);
        new_info->in_reqs = old_info->in_reqs;
+       new_info->flags = old_info->flags;
 }
 
 /* Include the generated constructor functions */