aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2004-07-01 01:23:29 -0700
committerRichard Henderson <rth@gcc.gnu.org>2004-07-01 01:23:29 -0700
commite3b63af7b58b94a100340fc76efb60ed839e8607 (patch)
treee8014b7a09c50ec3af65c876371601d6dcfb1c6a /gcc/rtl.h
parent64a9295a723890c67026c3ccc42005e305beca66 (diff)
downloadgcc-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index 0fa2c8c..53db375 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -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,