da.cc: only keep track of a single set of memory based dependences
commit498c4fc2a48f197c1302f5f3ccdc35ba6aa948cb
authorSven Verdoolaege <skimo@kotnet.org>
Mon, 7 May 2012 11:49:13 +0000 (7 13:49 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Tue, 8 May 2012 10:02:55 +0000 (8 12:02 +0200)
treec08392bdcb657a50b027cb61a561055efcb4df60
parent7a614ee3a9c9aa0c3d50b78b1270cb97e9ac8e81
da.cc: only keep track of a single set of memory based dependences

Since a7965ed (find_sources: keep track of original converted access
relation, Mon May 7 13:21:10 2012 +0200), we had to keep track
of two sets of memory dependences, one for use within need_parametrization
and compute_sink_restriction and one for use within add_dep.
There is a difference between the two uses in find_sources as the
first work on the "actual" dependences, while the second work on
"extended" dependences with extra dimensions in the domains.

Now that we have removed all uses of memory based dependences from add_dep,
we only need to keep track of a single set of memory based dependences.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
da.cc