From: Kazu Hirata Date: Tue, 8 Mar 2005 16:18:17 +0000 (+0000) Subject: gimple-low.c (lower_stmt_body): Make it static. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1ebf768753e73571eab7c681a3e7e8b88d87161d;p=gcc.git gimple-low.c (lower_stmt_body): Make it static. * gimple-low.c (lower_stmt_body): Make it static. * tree-flow.h: Remove the corresponding prototype. Don't declare lower_data. From-SVN: r96110 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2810628d520..d2e8a8f98ed 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 * config/elfos.h (MAKE_DECL_ONE_ONLY): Redefined to stop DECL_WEAK diff --git a/gcc/gimple-low.c b/gcc/gimple-low.c index f3e70ee716d..4f814a5e6d7 100644 --- a/gcc/gimple-low.c +++ b/gcc/gimple-low.c @@ -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;