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/function.h | |
parent | 64a9295a723890c67026c3ccc42005e305beca66 (diff) | |
download | gcc-e3b63af7b58b94a100340fc76efb60ed839e8607.tar.gz |
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/function.h')
-rw-r--r-- | gcc/function.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/function.h b/gcc/function.h index 7d8394b5123..ca15492bd86 100644 --- a/gcc/function.h +++ b/gcc/function.h @@ -546,9 +546,6 @@ extern int trampolines_created; return the `struct function' for it. */ struct function *find_function_data (tree); -/* Set NOTE_BLOCK for each block note in the current function. */ -extern void identify_blocks (void); - /* Identify BLOCKs referenced by more than one NOTE_INSN_BLOCK_{BEG,END}, and create duplicate blocks. */ extern void reorder_blocks (void); |