* tree-phinodes.c (make_phi_node): Make it static.
* tree.h: Remove the prototypes for make_phi_node.
From-SVN: r90093
+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.
definitions created when a variable is used without a preceding
definition). */
-tree
+static tree
make_phi_node (tree var, int len)
{
tree phi;
/* Tree nodes for SSA analysis. */
-extern tree make_phi_node (tree, int);
extern void init_phinodes (void);
extern void fini_phinodes (void);
extern void release_phi_node (tree);