isl_handle_error: avoid use of isl_options_get_on_error
commitc39e514ed3cb2bee792bd2fbfeaab9ce28e8ec78
authorSven Verdoolaege <skimo@kotnet.org>
Thu, 19 Jul 2012 11:29:36 +0000 (19 13:29 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Fri, 27 Jul 2012 16:20:09 +0000 (27 18:20 +0200)
treeba75837579b1794c451891e7c9473317775eb807
parent6d3735cd667c8409586137889fc7115ab2e47577
isl_handle_error: avoid use of isl_options_get_on_error

isl_options_get_on_error could end up calling isl_handle_error
recursively, resulting in an infinite calling sequence.

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