OSDN Git Service

* Makefile.in (OBJS-common): Add tree-data-ref.o.
authorspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 13 Jul 2004 16:43:32 +0000 (16:43 +0000)
committerspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 13 Jul 2004 16:43:32 +0000 (16:43 +0000)
commit2146e26da121b973cb81745812754f3db4146fea
tree1101b2fcf7a39280f30b07e99c538a7e41c97874
parentfa26c7a927a121695f7b60a773d2478889ee8019
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84630 138bc75d-0d04-0410-961f-82ee72b054a4
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