pet_scop_collect_arrays: skip arrays that already appear in scop
commit43fbab6973e5bacb98a78c7f92c9b29b321929ee
authorSven Verdoolaege <skimo@kotnet.org>
Thu, 4 Oct 2012 08:37:38 +0000 (4 10:37 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Thu, 8 Nov 2012 14:07:48 +0000 (8 15:07 +0100)
tree109051cb287b8a72dbaca854fc7d2ede8b7a8b88
parentad40b1d7a85322cd45d42163aa77c55f46f4da8d
pet_scop_collect_arrays: skip arrays that already appear in scop

We already filter out virtual scalars, but in future commits,
we may want to introduce non-virtual arrays in the scops during
the analysis and then we do not want them to be re-added.

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