Commit 61a36b9b by Richard Kenner Committed by Richard Kenner

tree.h (debug_find_tree): Add declaration.

	* tree.h (debug_find_tree): Add declaration.
	* tree-inline.c (debug_find_tree): Remove extern declaration.

From-SVN: r83627
parent 819e019c
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> 2004-06-24 Eric Christopher <echristo@redhat.com>
* config/rs6000/rs6000.md: Apply change mistakenly * config/rs6000/rs6000.md: Apply change mistakenly
......
...@@ -2452,8 +2452,6 @@ debug_find_tree_1 (tree *tp, int *walk_subtrees ATTRIBUTE_UNUSED, void *data) ...@@ -2452,8 +2452,6 @@ debug_find_tree_1 (tree *tp, int *walk_subtrees ATTRIBUTE_UNUSED, void *data)
return NULL; return NULL;
} }
extern bool debug_find_tree (tree top, tree search);
bool bool
debug_find_tree (tree top, tree search) debug_find_tree (tree top, tree search)
{ {
......
...@@ -3476,6 +3476,9 @@ extern void print_node_brief (FILE *, const char *, tree, int); ...@@ -3476,6 +3476,9 @@ extern void print_node_brief (FILE *, const char *, tree, int);
extern void indent_to (FILE *, int); extern void indent_to (FILE *, int);
#endif #endif
/* In tree-inline.c: */
extern bool debug_find_tree (tree, tree);
/* In expr.c */ /* In expr.c */
extern rtx expand_builtin_return_addr (enum built_in_function, int, rtx); extern rtx expand_builtin_return_addr (enum built_in_function, int, rtx);
extern void check_max_integer_computation_mode (tree); extern void check_max_integer_computation_mode (tree);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment