Commit cd85abfb 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: r96113
parent 1bb11558
......@@ -552,8 +552,6 @@ extern tree make_rename_temp (tree, const char *);
#define TDFA_USE_VOPS (1 << 1)
/* In gimple-low.c */
struct lower_data;
extern void lower_stmt_body (tree, struct lower_data *);
extern void record_vars (tree);
extern bool block_may_fallthru (tree block);
......
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