extract patching of index expressions and access relations to separate file
commite42570d9db4cb31e74a8b43a137a94ad5a99a42d
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 12 Aug 2015 11:00:07 +0000 (12 13:00 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 2 Nov 2015 14:06:03 +0000 (2 15:06 +0100)
tree18644e7f69a0054f61df85d847aa8809c5cca96d
parent9760cd6cef447280ec0f09d08f322f5c5f4ff75c
extract patching of index expressions and access relations to separate file

This kind of patching will also be useful for renaming variables
and later also for inlining.  These operations will be performed
before the construction of a pet_scop from a pet_tree.  Patching
will therefore no longer be specific to the pet_context.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
Makefile.am
context.c
patch.c [new file with mode: 0644]
patch.h [new file with mode: 0644]