isl_tab_pip.c: region_is_trivial: take isl_ilp_region
commit9861ad8899df6a1b8b5ed69756bd18727d105867
authorSven Verdoolaege <sven.verdoolaege@gmail.com>
Tue, 11 Jul 2017 08:48:42 +0000 (11 10:48 +0200)
committerSven Verdoolaege <sven.verdoolaege@gmail.com>
Wed, 1 Nov 2017 21:08:05 +0000 (1 22:08 +0100)
tree3e001850d4c830cad432bb592c749864f8a975e9
parentd67bcc38b43a74d46d44070b83d741c8d69871d6
isl_tab_pip.c: region_is_trivial: take isl_ilp_region

This makes it easier to change region_is_trivial to take into account
other constraints that may be specified by an isl_ilp_region.
The name of the function is changed to reflect
the interpretation on the new argument.

Signed-off-by: Sven Verdoolaege <sven.verdoolaege@gmail.com>
isl_tab_pip.c