options.c: avoid calling isl_alloc_type without valid isl_ctx
commitb743f54d3eb7e7d76403e2893ffafc4a2070c083
authorSven Verdoolaege <skimo@kotnet.org>
Tue, 29 May 2012 17:31:59 +0000 (29 19:31 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Sun, 3 Jun 2012 14:55:02 +0000 (3 16:55 +0200)
tree6cb170b58ba00260aafa2bf5b0a8cd0f0122cc69
parent70dfeec0ac4ced4d53088bbc9eb345d01d6b603e
options.c: avoid calling isl_alloc_type without valid isl_ctx

Although isl currently doesn't enforce the first argument
to point to a valid isl_ctx object, it may do so in future.

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