remove some more code mentioning the Barrier
[libfirm] / ir / be / sparc / sparc_new_nodes.c
index 7b9558d..e114de2 100644 (file)
@@ -22,6 +22,7 @@
  * @brief   This file implements the creation of the achitecture specific firm
  *          opcodes and the coresponding node constructors for the sparc
  *          assembler irg.
+ * @author  Hannes Rapp, Matthias Braun
  * @version $Id$
  */
 #include "config.h"
@@ -293,6 +294,7 @@ static void sparc_copy_attr(ir_graph *irg, const ir_node *old_node,
        /* copy the attributes */
        memcpy(attr_new, attr_old, get_op_attr_size(get_irn_op(old_node)));
        /* copy out flags */
+       new_info->flags = old_info->flags;
        new_info->out_infos =
                DUP_ARR_D(reg_out_info_t, obst, old_info->out_infos);
        new_info->in_reqs = old_info->in_reqs;