diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-07-01 08:23:29 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-07-01 08:23:29 +0000 |
commit | ffc321613f42dba476e64ff8ebc04f10d9a3d75c (patch) | |
tree | e8014b7a09c50ec3af65c876371601d6dcfb1c6a /gcc/function.h | |
parent | 726069ba41789438058bc6ce1a5ce2ff21d0868f (diff) | |
download | gcc-ffc321613f42dba476e64ff8ebc04f10d9a3d75c.tar.gz |
* function.c (identify_blocks, identify_blocks_1): Remove.
* function.h (identify_blocks): Remove.
* rtl.h (NOTE_INSN_BLOCK_BEG): Update comment.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83961 138bc75d-0d04-0410-961f-82ee72b054a4
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); |