Commit d05eae88 by Kazu Hirata Committed by Kazu Hirata

tree-ssa-operands.c (build_ssa_operands): Make it static.

	* tree-ssa-operands.c (build_ssa_operands): Make it static.
	* tree-flow.h: Remove the corresponding prototype.

From-SVN: r90308
parent b1b02be2
2004-11-08 Kazu Hirata <kazu@cs.umass.edu>
* tree-ssa-operands.c (build_ssa_operands): Make it static.
* tree-flow.h: Remove the corresponding prototype.
2004-11-08 Andrew Pinski <pinskia@physics.uc.edu>
PR tree-opt/18299
......
......@@ -733,10 +733,6 @@ void vn_delete (void);
/* In tree-sra.c */
void insert_edge_copies (tree stmt, basic_block bb);
/* In tree-ssa-operands.c */
extern void build_ssa_operands (tree, stmt_ann_t, stmt_operands_p,
stmt_operands_p);
/* In tree-loop-linear.c */
extern void linear_transform_loops (struct loops *);
......
......@@ -811,7 +811,7 @@ append_v_must_def (tree var)
<* compare old_ops_copy and new_ops *>
free_ssa_operands (old_ops); */
void
static void
build_ssa_operands (tree stmt, stmt_ann_t ann, stmt_operands_p old_ops,
stmt_operands_p new_ops)
{
......
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