extract out pet_boolean
commit9ec03cf88cb526cff533669cb60481277768bc1a
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 5 Feb 2014 12:55:32 +0000 (5 13:55 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 24 Mar 2014 16:08:33 +0000 (24 17:08 +0100)
tree10cd4ea1acf876f1d26777c88778414d4c010667
parent44d2ff86974b47485f4f2755aa00a3c78b3e9125
extract out pet_boolean

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