]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* gimple-low.c (lower_stmt_body): Make it static.
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 8 Mar 2005 16:22:55 +0000 (16:22 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 8 Mar 2005 16:22:55 +0000 (16:22 +0000)
* tree-flow.h: Remove the corresponding prototype.  Don't
declare lower_data.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@96113 138bc75d-0d04-0410-961f-82ee72b054a4

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