-
- Downloads
gimple.h: Reorder prototypes to match .c declaration order...
* gimple.h: Reorder prototypes to match .c declaration order, and remove protyotypes for functions not in gimple.c. (LABEL): Move to tree-into-ssa.c. * gimple.c: Remove unused prototypes. (get_base_address): Move to tree.c. * tree.c (get_base_address): Relocate from gimple.c. * builtins.h (validate_gimple_arglist): Add prototype. * trans-mem.h (compute_transaction_bits, is_tm_ending): Add prototype. * cfgexpand.h: New File. (gimple_assign_rhs_to_tree, estimated_stack_frame_size): Add protoype. * tree.h (build_addr): Move to tree-nested.h. * tree-nested.h: New File. (build_addr, lower_nested_functions, insert_field_into_struct): Add prototypes. * tree-inline.h (estimated_stack_frame_size): Remove prototype. * ipa-inline-analysis.c: Include cfgexpand.h. * cgraphunit.c: Include tree-nested.h. * omp-low.c: Likewise. * tree-parloops.c: Likewise. * gimple-low.h: Likewise. * tree-profile.h: Likewise. * expr.c: Include cfgexpand.h. * tree-affine.c: Likewise. * tree-ssa.c: Likewise. * tree-ssa-loop-im.c: Include trans-mem.h. * tree-ssa-tail-merge.c: Likewise. * value-prof.c: Include builtins.h and tree-nested.h. * tree-into-ssa.c (LABEL): Define here. * fortran/trans-intrinsic.c: Include tree-nested.h. From-SVN: r204919
Showing
- gcc/ChangeLog 31 additions, 0 deletionsgcc/ChangeLog
- gcc/builtins.h 2 additions, 0 deletionsgcc/builtins.h
- gcc/cfgexpand.h 26 additions, 0 deletionsgcc/cfgexpand.h
- gcc/cgraphunit.c 1 addition, 0 deletionsgcc/cgraphunit.c
- gcc/expr.c 1 addition, 0 deletionsgcc/expr.c
- gcc/fortran/ChangeLog 4 additions, 0 deletionsgcc/fortran/ChangeLog
- gcc/fortran/trans-intrinsic.c 1 addition, 0 deletionsgcc/fortran/trans-intrinsic.c
- gcc/gimple-low.c 1 addition, 0 deletionsgcc/gimple-low.c
- gcc/gimple.c 0 additions, 33 deletionsgcc/gimple.c
- gcc/gimple.h 41 additions, 78 deletionsgcc/gimple.h
- gcc/ipa-inline-analysis.c 1 addition, 0 deletionsgcc/ipa-inline-analysis.c
- gcc/omp-low.c 1 addition, 0 deletionsgcc/omp-low.c
- gcc/trans-mem.h 3 additions, 0 deletionsgcc/trans-mem.h
- gcc/tree-affine.c 1 addition, 0 deletionsgcc/tree-affine.c
- gcc/tree-inline.h 0 additions, 2 deletionsgcc/tree-inline.h
- gcc/tree-into-ssa.c 1 addition, 0 deletionsgcc/tree-into-ssa.c
- gcc/tree-nested.h 27 additions, 0 deletionsgcc/tree-nested.h
- gcc/tree-parloops.c 1 addition, 0 deletionsgcc/tree-parloops.c
- gcc/tree-profile.c 1 addition, 0 deletionsgcc/tree-profile.c
- gcc/tree-ssa-loop-im.c 1 addition, 0 deletionsgcc/tree-ssa-loop-im.c
Loading
Please register or sign in to comment