summaryrefslogtreecommitdiff
path: root/gcc/cfglayout.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2007-06-13 22:57:14 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2007-06-13 22:57:14 +0000
commitefd7122b03d85b5ac13c705cf9376118e3ef959f (patch)
tree5d16f5cf01a3fe7f3137e233833bc69301235e56 /gcc/cfglayout.h
parentb26f6ed7b9a08fb2eaaeed16e6dc3c33b6bfd12e (diff)
downloadgcc-efd7122b03d85b5ac13c705cf9376118e3ef959f.tar.gz
basic-block.h: Remove the prototype for free_basic_block_vars.
* 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. From-SVN: r125686
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 *,