pet_expr_filter: avoid using access relation
commitc6ec35e18351f5d647fb4bcba3b78156e2f75b28
authorSven Verdoolaege <skimo@kotnet.org>
Tue, 25 Mar 2014 21:12:37 +0000 (25 22:12 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Fri, 20 Jun 2014 14:29:15 +0000 (20 16:29 +0200)
tree7743ee9933450e1e70c1d7bd74abe5b315f20528
parentdf442f0e1585c82a7371937bb5c6561a14df95da
pet_expr_filter: 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 domain space from the index expression rather than
from the access relation.

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