summaryrefslogtreecommitdiff
path: root/gcc/cfglayout.h
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2007-06-13 22:57:14 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2007-06-13 22:57:14 +0000
commitbe7d62e82acd85958f65bebee5b8d34b8d3903df (patch)
tree5d16f5cf01a3fe7f3137e233833bc69301235e56 /gcc/cfglayout.h
parent23d5b88f16145d3a563523d3dcf05a74e3a49f45 (diff)
downloadgcc-be7d62e82acd85958f65bebee5b8d34b8d3903df.tar.gz
* basic-block.h: Remove the prototype for
free_basic_block_vars. * cfglayout.h: Remove the prototype for insn_locators_initialize. * tree.h: Remove the prototype for emit_line_note. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@125686 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cfglayout.h')
-rw-r--r--gcc/cfglayout.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/cfglayout.h b/gcc/cfglayout.h
index e2c00ad2ab3..48e30f95e71 100644
--- a/gcc/cfglayout.h
+++ b/gcc/cfglayout.h
@@ -28,7 +28,6 @@ extern GTY(()) rtx cfg_layout_function_header;
extern void cfg_layout_initialize (unsigned int);
extern void cfg_layout_finalize (void);
-extern unsigned int insn_locators_initialize (void);
extern void reemit_insn_block_notes (void);
extern bool can_copy_bbs_p (basic_block *, unsigned);
extern void copy_bbs (basic_block *, unsigned, basic_block *,