From c939e8039a1437d1926641b22ccca356ed00be1b Mon Sep 17 00:00:00 2001 From: kazu Date: Tue, 8 Mar 2005 16:18:17 +0000 Subject: * gimple-low.c (lower_stmt_body): Make it static. * tree-flow.h: Remove the corresponding prototype. Don't declare lower_data. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@96110 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/gimple-low.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/gimple-low.c') 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; -- cgit v1.2.1