diff options
author | Richard Henderson <rth@redhat.com> | 2004-07-01 01:23:29 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2004-07-01 01:23:29 -0700 |
commit | e3b63af7b58b94a100340fc76efb60ed839e8607 (patch) | |
tree | e8014b7a09c50ec3af65c876371601d6dcfb1c6a /gcc/rtl.h | |
parent | 64a9295a723890c67026c3ccc42005e305beca66 (diff) | |
download | gcc-e3b63af7b58b94a100340fc76efb60ed839e8607.zip gcc-e3b63af7b58b94a100340fc76efb60ed839e8607.tar.gz gcc-e3b63af7b58b94a100340fc76efb60ed839e8607.tar.bz2 |
function.c (identify_blocks, [...]): Remove.
* function.c (identify_blocks, identify_blocks_1): Remove.
* function.h (identify_blocks): Remove.
* rtl.h (NOTE_INSN_BLOCK_BEG): Update comment.
From-SVN: r83961
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r-- | gcc/rtl.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -981,7 +981,7 @@ enum insn_note NOTE_INSN_DELETED, /* These are used to mark the beginning and end of a lexical block. - See NOTE_BLOCK, identify_blocks and reorder_blocks. */ + See NOTE_BLOCK and reorder_blocks. */ NOTE_INSN_BLOCK_BEG, NOTE_INSN_BLOCK_END, |