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:
parent
1bb1155897
commit
cd85abfb33
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue