tree-data-ref.c (compute_all_dependences): Change the type of dependence_relations...
authorKazu Hirata <kazu@cs.umass.edu>
Mon, 16 May 2005 15:18:15 +0000 (15:18 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Mon, 16 May 2005 15:18:15 +0000 (15:18 +0000)
commit7b8a92e190511b7ed41567a9df7024ae329fda7e
treefe7962ccce728d396e46e9828d09fff457913a6a
parenta1bbd445e2f512343859ddcd2676aefb61c6ddfe
tree-data-ref.c (compute_all_dependences): Change the type of dependence_relations to VEC(ddr_p,heap)**.

* tree-data-ref.c (compute_all_dependences): Change the type
of dependence_relations to VEC(ddr_p,heap)**.
(compute_data_dependences_for_loop): Change the type of
allrelations to VEC(ddr_p,heap)*.

From-SVN: r99778
gcc/ChangeLog
gcc/tree-data-ref.c