extract out pet_wrap_aff and pet_wrap_pw_aff
commit7bbd18386a5490d51a8865068b7173069c3b5fb7
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 23 Apr 2014 15:20:49 +0000 (23 17:20 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 7 Mar 2016 11:27:11 +0000 (7 12:27 +0100)
tree3913fa63c022332645ce5a1871931c40b401579c
parente2df0b3334de8ccfceab439fc73281e246914e6a
extract out pet_wrap_aff and pet_wrap_pw_aff

The function wrap in expr.c and parts of compute_wrapping in tree2scop.c
are very similar.  Put them together in aff.c.

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