- if an empty labeled block is killed, move the label to the successor block
[libfirm] / ir / be / arm / arm_new_nodes.c
index 8fe748e..5b2a3e1 100644 (file)
@@ -235,9 +235,6 @@ static int arm_dump_node(ir_node *n, FILE *F, dump_reason_t reason) {
                                if (attr->flags & arch_irn_flags_rematerializable) {
                                        fprintf(F, " remat");
                                }
-                               if (attr->flags & arch_irn_flags_ignore) {
-                                       fprintf(F, " ignore");
-                               }
                        }
                        fprintf(F, " (%d)\n", attr->flags);