2000-12-22 Bernd Schmidt <bernds@redhat.co.uk>
+ * flow.c (propagate_block): Use flow_delete_insn instead of
+ NOTEifying a dead ADDR_VEC.
+
Fri Sep 10 11:43:07 1999 Philip Blundell <pb@futuretv.com>
* configure.in, config/arm/linux-oldld.h,
config/arm/linux-elf26.h, config/arm/linux-elf.h: Backport latest
int i;
for (i = 0; i < len; i++)
LABEL_NUSES (XEXP (XVECEXP (pat, diff_vec_p, i), 0))--;
- PUT_CODE (next, NOTE);
- NOTE_LINE_NUMBER (next) = NOTE_INSN_DELETED;
- NOTE_SOURCE_FILE (next) = 0;
-
- if ((next = next_nonnote_insn (label)) != NULL
- && GET_CODE (next) == BARRIER)
- {
- PUT_CODE (next, NOTE);
- NOTE_LINE_NUMBER (next) = NOTE_INSN_DELETED;
- NOTE_SOURCE_FILE (next) = 0;
- }
+
+ flow_delete_insn (next);
}
}
}