extract out pet_to_bool
commit44d2ff86974b47485f4f2755aa00a3c78b3e9125
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 5 Feb 2014 12:50:12 +0000 (5 13:50 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 24 Mar 2014 16:08:33 +0000 (24 17:08 +0100)
tree54c19462e9dc3d7767c1e66cfdcdb30a3f877372
parentcd800d88649f078ab4d8112086ee07c68b11c566
extract out pet_to_bool

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