extract out pet_not
commitcd800d88649f078ab4d8112086ee07c68b11c566
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 5 Feb 2014 12:45:02 +0000 (5 13:45 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 24 Mar 2014 16:08:33 +0000 (24 17:08 +0100)
tree10130c7a4a58aff9e0eb3894317dd47ab417c941
parentc1b7948d1d9c7c66a0d58197b7168a51445939d2
extract out pet_not

During the incemental move of some functionality from operating
on the clang AST to operating on pet_expr objects, this function
will be used by both.  Since this function only depends on isl
functionality, we move it to aff.c.

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