]> gcc.gnu.org Git - gcc.git/commit
Makefile.in (tree-inline.o): Depend on newly-included headers.
authorAlexandre Oliva <aoliva@redhat.com>
Fri, 5 Oct 2001 03:48:18 +0000 (03:48 +0000)
committerAlexandre Oliva <aoliva@gcc.gnu.org>
Fri, 5 Oct 2001 03:48:18 +0000 (03:48 +0000)
commitd4e4baa99551fa8fdcac243e1d8b2e5041b625d8
treeebb879c92ceeb02c9de5981f233afe5e572bf0ce
parentbc4c7159d8a4797ec093f042bb8e74aab7d28b0d
Makefile.in (tree-inline.o): Depend on newly-included headers.

* Makefile.in (tree-inline.o): Depend on newly-included headers.
* tree-inline.c: Include headers needed for the functions moved in.
(struct inline_data, INSNS_PER_STMT): Moved from cp/optimize.c.
(remap_decl, remap_block, copy_scopy_stmt, copy_body_r): Likewise.
(copy_body, initialize_inlined_parameters): Likewise.
(declare_return_variable, inlinable_function_p): Likewise.
(expand_call_inline, expand_calls_inline): Likewise.
(optimize_inline_calls, clone_body): Likewise.
(walk_tree, walk_tree_without_duplicates): Moved from cp/tree.c.
(copy_tree_r, remap_save_expr): Likewise.

From-SVN: r46023
gcc/ChangeLog
gcc/Makefile.in
gcc/tree-inline.c
This page took 0.056782 seconds and 5 git commands to generate.