gimple-low.c (lower_stmt_body): Make it static.
authorKazu Hirata <kazu@gcc.gnu.org>
Tue, 8 Mar 2005 16:22:55 +0000 (16:22 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Tue, 8 Mar 2005 16:22:55 +0000 (16:22 +0000)
* gimple-low.c (lower_stmt_body): Make it static.
* tree-flow.h: Remove the corresponding prototype.  Don't
declare lower_data.

From-SVN: r96113

gcc/tree-flow.h

index b0c0f864413ef6087349e2d6237597a0278043d4..de914152020ea8aa31a51705d1933ae326853fb6 100644 (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);