aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-hasher.h
diff options
context:
space:
mode:
authorAndrew MacLeod <amacleod@redhat.com>2013-10-09 13:42:17 +0000
committerAndrew Macleod <amacleod@gcc.gnu.org>2013-10-09 13:42:17 +0000
commitcc524fc7b800bff51dc86d05d8ce80d9c5524ef3 (patch)
tree40318ce4bf8ae61fbdc6507579e982b6008fb23f /gcc/tree-hasher.h
parent713438778be52a0cb0533fad271c05481435b519 (diff)
downloadgcc-cc524fc7b800bff51dc86d05d8ce80d9c5524ef3.zip
gcc-cc524fc7b800bff51dc86d05d8ce80d9c5524ef3.tar.gz
gcc-cc524fc7b800bff51dc86d05d8ce80d9c5524ef3.tar.bz2
tree-flow.h (tm_restart_node, gimple_df): Move to gimple-ssa.h.
* 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. From-SVN: r203318
Diffstat (limited to 'gcc/tree-hasher.h')
-rw-r--r--gcc/tree-hasher.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/gcc/tree-hasher.h b/gcc/tree-hasher.h
index e403c9f..ac4bb6e 100644
--- a/gcc/tree-hasher.h
+++ b/gcc/tree-hasher.h
@@ -22,7 +22,11 @@ along with GCC; see the file COPYING3. If not see
#define GCC_TREE_HASHER_H 1
#include "hash-table.h"
-#include "tree-flow.h"
+
+struct int_tree_map {
+ unsigned int uid;
+ tree to;
+};
/* Hashtable helpers. */