From: mmitchel Date: Wed, 25 Aug 1999 06:44:46 +0000 (+0000) Subject: * flow.c (delete_block): Spell NOTE_INSN_EH_REGION_BEG and X-Git-Url: http://git.sourceforge.jp/view?a=commitdiff_plain;h=4317eab054844eec1f7d9a824b25b15f6ff98b4e;hp=c16a1cdb0c543d6c4a3cf31e9980be259e9c2cb7;p=pf3gnuchains%2Fgcc-fork.git * flow.c (delete_block): Spell NOTE_INSN_EH_REGION_BEG and NOTE_INSN_EH_REGION_END correctly. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28840 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7dcf4b92ad0..7dcd7fa3791 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Tue Aug 24 23:43:03 1999 Mark Mitchell + + * flow.c (delete_block): Spell NOTE_INSN_EH_REGION_BEG and + NOTE_INSN_EH_REGION_END correctly. + Tue Aug 24 23:26:44 1999 Michael Tiemann * loop.c (insert_bct): Replace use of sdiv_optab with asr_optab diff --git a/gcc/flow.c b/gcc/flow.c index 27e8355bb34..d1b493bbe5a 100644 --- a/gcc/flow.c +++ b/gcc/flow.c @@ -1685,8 +1685,8 @@ delete_block (b) label for an exception handler which can't be reached. We need to remove the label from the exception_handler_label list - and remove the associated NOTE_EH_REGION_BEG and NOTE_EH_REGION_END - notes. */ + and remove the associated NOTE_INSN_EH_REGION_BEG and + NOTE_INSN_EH_REGION_END notes. */ insn = b->head;