scop.c: expr_extract_context: avoid using access relation
commitec25cf672d77c0849c805a8548466f723b131c1a
authorSven Verdoolaege <skimo@kotnet.org>
Tue, 25 Mar 2014 14:09:26 +0000 (25 15:09 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Fri, 20 Jun 2014 14:29:15 +0000 (20 16:29 +0200)
tree8a83beb38b5e23b712dfa03e36fb9733ff9e2813
parent809a576630f440b2be9f59d8ba52b685e861e19f
scop.c: expr_extract_context: 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 affine condition of conditional operator
from the index expression rather than the access relation.

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