extract out pet_value_bounds_apply to a separate file
commit7495c3e8216879fb9b8eecfd1c5981dbdb786ce9
authorSven Verdoolaege <skimo@kotnet.org>
Fri, 31 Jan 2014 12:40:25 +0000 (31 13:40 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Fri, 21 Mar 2014 08:06:20 +0000 (21 09:06 +0100)
treecb724878a317d57b61ea52a380e3fc9106e048b5
parent7dde2684397e731a77e73e212683baf37bba224d
extract out pet_value_bounds_apply to a separate file

This function is used from both access_gist and stmt_gist.
The former will be moved to expr.c in the next commit.

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