diff options
author | amacleod <amacleod@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-10-09 13:42:17 +0000 |
---|---|---|
committer | amacleod <amacleod@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-10-09 13:42:17 +0000 |
commit | 582791b0ec9980c08e46012ee8a883c23b1509bb (patch) | |
tree | 40318ce4bf8ae61fbdc6507579e982b6008fb23f /gcc/value-prof.c | |
parent | f86b328b32d171e9f2c5274ea7bc2dd3e92ad827 (diff) | |
download | gcc-582791b0ec9980c08e46012ee8a883c23b1509bb.tar.gz |
* 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
Diffstat (limited to 'gcc/value-prof.c')
-rw-r--r-- | gcc/value-prof.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/value-prof.c b/gcc/value-prof.c index 597e9c0f5c0..b19aefbfdd8 100644 --- a/gcc/value-prof.c +++ b/gcc/value-prof.c @@ -33,7 +33,6 @@ along with GCC; see the file COPYING3. If not see #include "regs.h" #include "ggc.h" #include "tree-ssa.h" -#include "tree-flow-inline.h" #include "diagnostic.h" #include "gimple-pretty-print.h" #include "coverage.h" |