aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
diff options
context:
space:
mode:
authorSebastian Pop <pop@cri.ensmp.fr>2004-07-13 18:43:32 +0200
committerSebastian Pop <spop@gcc.gnu.org>2004-07-13 16:43:32 +0000
commit56cf8686a1031e6cf8760a4aeb46fb022b8ccdfe (patch)
tree1101b2fcf7a39280f30b07e99c538a7e41c97874 /gcc/tree.h
parent39fb05d07106a838f2ea758b8ae10f9c94d2a515 (diff)
downloadgcc-56cf8686a1031e6cf8760a4aeb46fb022b8ccdfe.zip
gcc-56cf8686a1031e6cf8760a4aeb46fb022b8ccdfe.tar.gz
gcc-56cf8686a1031e6cf8760a4aeb46fb022b8ccdfe.tar.bz2
Makefile.in (OBJS-common): Add tree-data-ref.o.
* Makefile.in (OBJS-common): Add tree-data-ref.o. (tree-scalar-evolution.o): Add missing dependences on tree-pass.h flags.h. (tree-data-ref.o): New rule. * lambda.h: New file. * tree-data-ref.c: New file. * tree-data-ref.h: New file. * tree.c (int_cst_value, tree_fold_gcd): New functions. * tree.h (int_cst_value, tree_fold_gcd): Declared here. From-SVN: r84630
Diffstat (limited to 'gcc/tree.h')
-rw-r--r--gcc/tree.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/tree.h b/gcc/tree.h
index 13f97ce..d364434 100644
--- a/gcc/tree.h
+++ b/gcc/tree.h
@@ -3480,6 +3480,8 @@ extern void build_common_tree_nodes (int);
extern void build_common_tree_nodes_2 (int);
extern tree build_nonstandard_integer_type (unsigned HOST_WIDE_INT, int);
extern tree build_range_type (tree, tree, tree);
+extern HOST_WIDE_INT int_cst_value (tree);
+extern tree tree_fold_gcd (tree, tree);
extern bool fields_compatible_p (tree, tree);
extern tree find_compatible_field (tree, tree);