mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-12 09:44:57 +08:00
tree-inline.c: Move prototpyes of find_alloca_call_1 and find_alloca_call to right place.
* tree-inline.c: Move prototpyes of find_alloca_call_1 and find_alloca_call to right place. From-SVN: r59247
This commit is contained in:
parent
dc65cd609e
commit
50aadcbcd9
@ -1,3 +1,8 @@
|
||||
2002-11-19 Andreas Jaeger <aj@suse.de>
|
||||
|
||||
* tree-inline.c: Move prototpyes of find_alloca_call_1 and
|
||||
find_alloca_call to right place.
|
||||
|
||||
2002-11-19 Kazu Hirata <kazu@cs.umass.edu>
|
||||
|
||||
* cppfiles.c: Fix formatting.
|
||||
|
@ -122,9 +122,9 @@ static void copy_scope_stmt PARAMS ((tree *, int *, inline_data *));
|
||||
static tree initialize_inlined_parameters PARAMS ((inline_data *, tree, tree, tree));
|
||||
static void remap_block PARAMS ((tree *, tree, inline_data *));
|
||||
static tree add_stmt_to_compound PARAMS ((tree, tree, tree));
|
||||
#endif /* INLINER_FOR_JAVA */
|
||||
static tree find_alloca_call_1 PARAMS ((tree *, int *, void *));
|
||||
static tree find_alloca_call PARAMS ((tree));
|
||||
#endif /* INLINER_FOR_JAVA */
|
||||
|
||||
/* The approximate number of instructions per statement. This number
|
||||
need not be particularly accurate; it is used only to make
|
||||
|
Loading…
Reference in New Issue
Block a user