OSDN Git Service

* flow.c (delete_block): Spell NOTE_INSN_EH_REGION_BEG and
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 25 Aug 1999 06:44:46 +0000 (06:44 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 25 Aug 1999 06:44:46 +0000 (06:44 +0000)
NOTE_INSN_EH_REGION_END correctly.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28840 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/flow.c

index 7dcf4b9..7dcd7fa 100644 (file)
@@ -1,3 +1,8 @@
+Tue Aug 24 23:43:03 1999  Mark Mitchell  <mark@codesourcery.com>
+
+       * 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  <tiemann@holodeck.cygnus.com>
 
        * loop.c (insert_bct): Replace use of sdiv_optab with asr_optab
index 27e8355..d1b493b 100644 (file)
@@ -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;