tree.h (debug_find_tree): Add declaration.
authorRichard Kenner <kenner@vlsi1.ultra.nyu.edu>
Fri, 25 Jun 2004 01:22:04 +0000 (01:22 +0000)
committerRichard Kenner <kenner@gcc.gnu.org>
Fri, 25 Jun 2004 01:22:04 +0000 (21:22 -0400)
* tree.h (debug_find_tree): Add declaration.
* tree-inline.c (debug_find_tree): Remove extern declaration.

From-SVN: r83627

gcc/ChangeLog
gcc/tree-inline.c
gcc/tree.h

index 6c6bcf369f87bdc5a40aff8be7d933711f1158e4..86469913bc9e7dc789bdd187160af1474f3affc4 100644 (file)
@@ -1,3 +1,8 @@
+2004-06-24  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
+
+       * tree.h (debug_find_tree): Add declaration.
+       * tree-inline.c (debug_find_tree): Remove extern declaration.
+
 2004-06-24  Eric Christopher  <echristo@redhat.com>
 
        * config/rs6000/rs6000.md: Apply change mistakenly
index 1d6e4c4dbaef1c46b12bd6ec2b07e2849d4d57b5..7afab37b614200e1559d4fd21cd2b04da5e23baa 100644 (file)
@@ -2452,8 +2452,6 @@ debug_find_tree_1 (tree *tp, int *walk_subtrees ATTRIBUTE_UNUSED, void *data)
     return NULL;
 }
 
-extern bool debug_find_tree (tree top, tree search);
-
 bool
 debug_find_tree (tree top, tree search)
 {
index 3d3c6f11baa2c8a914024d6f5bde40b9eed3eda9..41f75d88a1e0d3b16949a9a4e8cf9a3236f9dd84 100644 (file)
@@ -3476,6 +3476,9 @@ extern void print_node_brief (FILE *, const char *, tree, int);
 extern void indent_to (FILE *, int);
 #endif
 
+/* In tree-inline.c:  */
+extern bool debug_find_tree (tree, tree);
+
 /* In expr.c */
 extern rtx expand_builtin_return_addr (enum built_in_function, int, rtx);
 extern void check_max_integer_computation_mode (tree);