pet_expr_access_get_must_access: avoid using access relation
commiteb26cd678cbec2d48f750d9437a83c317cdb4915
authorSven Verdoolaege <skimo@kotnet.org>
Mon, 14 Apr 2014 13:40:22 +0000 (14 15:40 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Fri, 20 Jun 2014 14:29:15 +0000 (20 16:29 +0200)
treed33b9a32c04fbce43b57dbeb4e7bb0bdf2f2d3b5
parent7568c421d26cfcf6ef619c256405a46d326cd9e0
pet_expr_access_get_must_access: avoid using access relation

In a future commit, we will only keep track of access relation(s)
when they cannot be trivially derived from the index expression.
Extract space from the index expression rather than
from the access relation.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
expr.c