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
This commit is contained in:
parent
bc4c7159d8
commit
d4e4baa995
3 changed files with 1325 additions and 2 deletions
|
@ -1,3 +1,16 @@
|
|||
2001-10-05 Alexandre Oliva <aoliva@redhat.com>
|
||||
|
||||
* 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.
|
||||
|
||||
2001-10-04 Alexandre Oliva <aoliva@redhat.com>
|
||||
|
||||
* Makefile.in (OBJS): Added tree-inline.o.
|
||||
|
|
|
@ -1351,8 +1351,10 @@ convert.o: convert.c $(CONFIG_H) $(SYSTEM_H) $(TREE_H) flags.h convert.h toplev.
|
|||
|
||||
tree.o : tree.c $(CONFIG_H) $(SYSTEM_H) $(TREE_H) flags.h function.h toplev.h \
|
||||
$(GGC_H) $(HASHTAB_H) $(TARGET_H) output.h $(TM_P_H)
|
||||
tree-inline.o : tree-inline.c $(CONFIG_H) $(SYSTEM_H) $(TREE_H) \
|
||||
tree-inline.h
|
||||
tree-inline.o : tree-inline.c $(CONFIG_H) $(SYSTEM_H) $(TREE_H) $(RTL_H) \
|
||||
expr.h flags.h params.h input.h insn-config.h $(INTEGRATE_H) \
|
||||
$(VARRAY_H) $(HASHTAB_H) $(SPLAY_TREE_H) \
|
||||
$(C_COMMON_H) tree-inline.h
|
||||
print-tree.o : print-tree.c $(CONFIG_H) $(SYSTEM_H) $(TREE_H) $(GGC_H)
|
||||
stor-layout.o : stor-layout.c $(CONFIG_H) $(SYSTEM_H) $(TREE_H) flags.h \
|
||||
function.h $(EXPR_H) $(RTL_H) toplev.h $(GGC_H) $(TM_P_H)
|
||||
|
|
1308
gcc/tree-inline.c
1308
gcc/tree-inline.c
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue