Commit ce9b3d49 by Kazu Hirata Committed by Kazu Hirata

tree-phinodes.c (make_phi_node): Make it static.

	* tree-phinodes.c (make_phi_node): Make it static.
	* tree.h: Remove the prototypes for make_phi_node.

From-SVN: r90093
parent bac6bfc5
2004-11-04 Kazu Hirata <kazu@cs.umass.edu> 2004-11-04 Kazu Hirata <kazu@cs.umass.edu>
* tree-phinodes.c (make_phi_node): Make it static.
* tree.h: Remove the prototypes for make_phi_node.
2004-11-04 Kazu Hirata <kazu@cs.umass.edu>
* stmt.c (expand_asm, expand_asm_operands): Make them static. * stmt.c (expand_asm, expand_asm_operands): Make them static.
* tree.h: Remove the prototypes for expand_asm and * tree.h: Remove the prototypes for expand_asm and
expand_asm_operands. expand_asm_operands.
......
...@@ -202,7 +202,7 @@ ideal_phi_node_len (int len) ...@@ -202,7 +202,7 @@ ideal_phi_node_len (int len)
definitions created when a variable is used without a preceding definitions created when a variable is used without a preceding
definition). */ definition). */
tree static tree
make_phi_node (tree var, int len) make_phi_node (tree var, int len)
{ {
tree phi; tree phi;
......
...@@ -2768,7 +2768,6 @@ extern tree make_tree_vec_stat (int MEM_STAT_DECL); ...@@ -2768,7 +2768,6 @@ extern tree make_tree_vec_stat (int MEM_STAT_DECL);
/* Tree nodes for SSA analysis. */ /* Tree nodes for SSA analysis. */
extern tree make_phi_node (tree, int);
extern void init_phinodes (void); extern void init_phinodes (void);
extern void fini_phinodes (void); extern void fini_phinodes (void);
extern void release_phi_node (tree); extern void release_phi_node (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