aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple-low.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2005-03-08 16:18:17 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2005-03-08 16:18:17 +0000
commit1ebf768753e73571eab7c681a3e7e8b88d87161d (patch)
tree8dc2b776e58498b925df43d7757757da93fda93f /gcc/gimple-low.c
parent06c8f57b44c63b29d34b6921f812e20c1abfc697 (diff)
downloadgcc-1ebf768753e73571eab7c681a3e7e8b88d87161d.zip
gcc-1ebf768753e73571eab7c681a3e7e8b88d87161d.tar.gz
gcc-1ebf768753e73571eab7c681a3e7e8b88d87161d.tar.bz2
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
Diffstat (limited to 'gcc/gimple-low.c')
-rw-r--r--gcc/gimple-low.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gimple-low.c b/gcc/gimple-low.c
index f3e70ee..4f814a5 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;