Commit 1ebf7687 by Kazu Hirata Committed by Kazu Hirata

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
parent 06c8f57b
......@@ -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
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment