]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
gimple-low.c (lower_stmt_body): Make it static.
authorKazu Hirata <kazu@cs.umass.edu>
Tue, 8 Mar 2005 16:18:17 +0000 (16:18 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Tue, 8 Mar 2005 16:18:17 +0000 (16:18 +0000)
* gimple-low.c (lower_stmt_body): Make it static.
* tree-flow.h: Remove the corresponding prototype.  Don't
declare lower_data.

From-SVN: r96110

gcc/ChangeLog
gcc/gimple-low.c

index 2810628d520772f018d03cbcf4b55c5ca639e38f..d2e8a8f98ede237da2ca154e4fbe3b5c99211b40 100644 (file)
@@ -5,6 +5,10 @@
 
        * cfg.c (rbi_pool): Make it static.
 
+       * gimple-low.c (lower_stmt_body): Make it static.
+       * tree-flow.h: Remove the corresponding prototype.  Don't
+       declare lower_data.
+
 2005-03-08  Julian Brown  <julian@codesourcery.com>
 
        * config/elfos.h (MAKE_DECL_ONE_ONLY): Redefined to stop DECL_WEAK
index f3e70ee716d600b4b1ed7045825e35271951973e..4f814a5e6d7e0d3722e6563565152727d907fdba 100644 (file)
@@ -145,7 +145,7 @@ struct tree_opt_pass pass_lower_cf =
    when they are changed -- if this has to be done, the lowering routine must
    do it explicitly.  DATA is passed through the recursion.  */
 
-void
+static void
 lower_stmt_body (tree expr, struct lower_data *data)
 {
   tree_stmt_iterator tsi;