scop.c: expr_embed: use pet_expr_foreach_access_expr
commit7d3919e04bed79e7fb3c877f69e34a00f49e1c0a
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 5 Jun 2013 14:24:16 +0000 (5 16:24 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Wed, 17 Jul 2013 13:04:32 +0000 (17 15:04 +0200)
treede397e9f19f1c8543466a27f8bda3af2e39786d5
parente7c618db1d4ac45aa221244aa2c0ba204ea93a6b
scop.c: expr_embed: use pet_expr_foreach_access_expr

We want to remove pet_expr_foreach_access since it assumes that
the only component of an access expression that needs to be modified
is the associated access relation.
In later commits, we will also want to modify the additional index expression.

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