basic-block.h: Remove the prototype for free_basic_block_vars.
authorKazu Hirata <kazu@codesourcery.com>
Wed, 13 Jun 2007 22:57:14 +0000 (22:57 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Wed, 13 Jun 2007 22:57:14 +0000 (22:57 +0000)
* 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

gcc/ChangeLog
gcc/basic-block.h
gcc/cfglayout.h
gcc/tree.h

index 59247af9cc86cef5f491b3c0091fde7418f6148a..dbf998ab7c0556d7304de7848fc9f491aaf785a7 100644 (file)
@@ -1,3 +1,11 @@
+2007-06-13  Kazu Hirata  <kazu@codesourcery.com>
+
+       * 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.
+
 2007-06-13  Eric Christopher  <echristo@apple.com>
 
        * config/i386/i386.c (override_options): If we've specified
index 75bba8121e09f5ced5789cca91fabfba368d57ea..71396605e4341efba379ca07c99e965bd751cc02 100644 (file)
@@ -477,8 +477,6 @@ extern void compute_bb_for_insn (void);
 extern unsigned int free_bb_for_insn (void);
 extern void update_bb_for_insn (basic_block);
 
-extern void free_basic_block_vars (void);
-
 extern void insert_insn_on_edge (rtx, edge);
 basic_block split_edge_and_insert (edge, rtx);
 
index e2c00ad2ab38de9a99f531aba6c14aae213a11b4..48e30f95e71b01200ff884517a9727b184c52694 100644 (file)
@@ -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 *,
index aefc00ee33a91dbc026d4f5414cb3268a32cd12e..ab6d5ff60f0863e853e5ec4d7cb3975a07818f5d 100644 (file)
@@ -4659,9 +4659,6 @@ extern bool debug_find_tree (tree, tree);
 extern tree unsave_expr_now (tree);
 extern tree build_duplicate_type (tree);
 
-/* In emit-rtl.c */
-extern rtx emit_line_note (location_t);
-
 /* In calls.c */
 
 /* Nonzero if this is a call to a function whose return value depends