tree-ssa-operands.c (build_ssa_operands): Make it static.
authorKazu Hirata <kazu@cs.umass.edu>
Mon, 8 Nov 2004 21:56:03 +0000 (21:56 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Mon, 8 Nov 2004 21:56:03 +0000 (21:56 +0000)
* tree-ssa-operands.c (build_ssa_operands): Make it static.
* tree-flow.h: Remove the corresponding prototype.

From-SVN: r90308

gcc/ChangeLog
gcc/tree-flow.h
gcc/tree-ssa-operands.c

index 18fab2c50b06c24e85e93c18c784ad8dc8a16f3c..8ece683baca680d0e22d31df799a5d59002604b9 100644 (file)
@@ -1,3 +1,8 @@
+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
index 9e77fe250632c8226ded56c5242b93dfa1bb726e..8fabccc0affbd4e83f2fd2700a201f21c52dbb70 100644 (file)
@@ -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 *);
 
index 9161cce8573d4d1d5cd1fef7738bf73304c798b2..18af264ea0d5440b442c42b591fae26dc975065c 100644 (file)
@@ -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)
 {