projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1bb1155
)
gimple-low.c (lower_stmt_body): Make it static.
author
Kazu Hirata
<kazu@gcc.gnu.org>
Tue, 8 Mar 2005 16:22:55 +0000
(16:22 +0000)
committer
Kazu 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
patch
|
blob
|
history
diff --git
a/gcc/tree-flow.h
b/gcc/tree-flow.h
index b0c0f864413ef6087349e2d6237597a0278043d4..de914152020ea8aa31a51705d1933ae326853fb6 100644
(file)
--- a/
gcc/tree-flow.h
+++ b/
gcc/tree-flow.h
@@
-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);