diff options
| author | Mark Mitchell <mark@codesourcery.com> | 1999-08-25 06:44:46 +0000 |
|---|---|---|
| committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 1999-08-25 06:44:46 +0000 |
| commit | 3ad47811828b57df93c02cae611de9953e9daef4 (patch) | |
| tree | 781527732e69a70bce551495afb5ba07674da6af /gcc/flow.c | |
| parent | 66b9b71ff8fe3d7ff046ac7a2b94fc52c47f5442 (diff) | |
| download | gcc-3ad47811828b57df93c02cae611de9953e9daef4.zip gcc-3ad47811828b57df93c02cae611de9953e9daef4.tar.gz gcc-3ad47811828b57df93c02cae611de9953e9daef4.tar.bz2 | |
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
Diffstat (limited to 'gcc/flow.c')
| -rw-r--r-- | gcc/flow.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |
