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
This commit is contained in:
Kazu Hirata 2005-03-08 16:22:55 +00:00
parent 1bb1155897
commit cd85abfb33

View file

@ -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);