Commit 3ad47811 by Mark Mitchell Committed by Mark Mitchell

flow.c (delete_block): Spell NOTE_INSN_EH_REGION_BEG and NOTE_INSN_EH_REGION_END correctly.

	* flow.c (delete_block): Spell NOTE_INSN_EH_REGION_BEG and
	NOTE_INSN_EH_REGION_END correctly.

From-SVN: r28840
parent 66b9b71f
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
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment