separate out extraction of nested expression from isl_id
commita285433fd75ce7739a707da59f3ea789170aa400
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 5 Feb 2014 10:17:20 +0000 (5 11:17 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 24 Mar 2014 16:08:34 +0000 (24 17:08 +0100)
tree2042c3957ee463222dd4e37c82dabe0f166fa502
parent16986a82bfdee30ee4765fed2193e200efd0017a
separate out extraction of nested expression from isl_id

Nested accesses are currently represented by a clang::Expr object.
We will change this to pet_expr objects and during a transitional phase
a nested access may be represented by either a clang::Expr object
or a pet_expr object.

We separate out the extraction of a nested expression so that we
only have to modify it in one place.

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