isl_scheduler.c: add_bound_coefficient_constraints: avoid isl_ctx internals
commit8250d6a45132911e82cdd03380e8c1bdbf3be2a1
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 13 Apr 2016 13:39:30 +0000 (13 15:39 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 18 Apr 2016 10:56:48 +0000 (18 12:56 +0200)
treecc13ed1adc4a7091786ef9e54cd83d9b9d428f1b
parent3abcce6a41a3a2aa2b8a6c26e7caafe5250f1e7f
isl_scheduler.c: add_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