Makefile.in (OBJS-common): Add tree-data-ref.o.
authorSebastian Pop <pop@cri.ensmp.fr>
Tue, 13 Jul 2004 16:43:32 +0000 (18:43 +0200)
committerSebastian Pop <spop@gcc.gnu.org>
Tue, 13 Jul 2004 16:43:32 +0000 (16:43 +0000)
commit56cf8686a1031e6cf8760a4aeb46fb022b8ccdfe
tree1101b2fcf7a39280f30b07e99c538a7e41c97874
parent39fb05d07106a838f2ea758b8ae10f9c94d2a515
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
gcc/ChangeLog
gcc/Makefile.in
gcc/lambda.h [new file with mode: 0644]
gcc/tree-data-ref.c [new file with mode: 0644]
gcc/tree-data-ref.h [new file with mode: 0644]
gcc/tree.c
gcc/tree.h