* tree-flow.h (tm_restart_node, gimple_df): Move to gimple-ssa.h.
commit582791b0ec9980c08e46012ee8a883c23b1509bb
authoramacleod <amacleod@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 9 Oct 2013 13:42:17 +0000 (9 13:42 +0000)
committeramacleod <amacleod@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 9 Oct 2013 13:42:17 +0000 (9 13:42 +0000)
tree40318ce4bf8ae61fbdc6507579e982b6008fb23f
parentf86b328b32d171e9f2c5274ea7bc2dd3e92ad827
* tree-flow.h (tm_restart_node, gimple_df): Move to gimple-ssa.h.
(struct int_tree_map): Move to tree-hasher.h
(SCALE, LABEL, PERCENT): Move to gimple.h
* tree-flow-inline.h: Delete.  Move functions to other files.
(unmodifiable_var_p, ref_contains_array_ref): Unused, so delete.
* gimple-ssa.h (tm_restart_node, gimple_df): Relocate from tree-flow.h.
(gimple_in_ssa_p, gimple_vop): Relocate from tree-flow-inline.h
* gimple.h (imple_stmt_max_uid, set_gimple_stmt_max_uid,
inc_gimple_stmt_max_uid, get_lineno): Relocate from tree-flow-inline.h.
(SCALE, LABEL, PERCENT): Relocate from tree-flow.h
* tree-hasher.h: Don't include tree-flow.h.
(struct int_tree_map): Relocate from tree-flow.h.
* tree-sra.c (contains_view_convert_expr_p): Relocate from
tree-flow-inline.h and make static.
* tree-ssa-alias.h (ranges_overlap_p): Relocate from tree-flow-inline.h.
* tree-ssa-operands.c (gimple_ssa_operands): Relocate from
tree-flow-inline.h and make static.
* tree.h (is_global_var, may_be_aliased): Relocate from
tree-flow-inline.h.
* Makefile.in (GTFILES): Remove tree-flow.h and add gimple-ssa.h.
* value-prof.c: No longer include tree-flow-inline.h.
* tree-switch-conversion.c: No longer include tree-flow-inline.h.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@203318 138bc75d-0d04-0410-961f-82ee72b054a4
13 files changed:
gcc/ChangeLog
gcc/Makefile.in
gcc/gimple-ssa.h
gcc/gimple.h
gcc/tree-flow-inline.h [deleted file]
gcc/tree-flow.h
gcc/tree-hasher.h
gcc/tree-sra.c
gcc/tree-ssa-alias.h
gcc/tree-ssa-operands.c
gcc/tree-switch-conversion.c
gcc/tree.h
gcc/value-prof.c