isl_scheduler.c: count_bound_coefficient_constraints: avoid isl_ctx internals
commit4a36a3fd647a2cbf8ec4d38ad05b954588d837c4
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 13 Apr 2016 13:57:15 +0000 (13 15:57 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 18 Apr 2016 10:56:48 +0000 (18 12:56 +0200)
tree2d5b60dcdb8b1df5cf6ee1ae146ab1e2a6d6b3a2
parent8250d6a45132911e82cdd03380e8c1bdbf3be2a1
isl_scheduler.c: count_bound_coefficient_constraints: avoid isl_ctx internals

In particular, call isl_options_get_schedule_max_coefficient
instead of looking into the isl_ctx object.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
isl_scheduler.c