isl_input.c: obj_add: double check that add method is available
commit9cb54e279d6e07aab1a09db100c1d6e032ffe9ec
authorSven Verdoolaege <skimo@kotnet.org>
Thu, 3 Jul 2014 09:14:20 +0000 (3 11:14 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Wed, 11 Feb 2015 15:24:58 +0000 (11 16:24 +0100)
tree76f85786a8d0d2a7bc94e76fdd3e3665a52d38f7
parent4dbfc6cf92c591913efe97fb522d618f59709635
isl_input.c: obj_add: double check that add method is available

Until now, all object types have an add method, but the schedule
object we will be introducing next does not have a natural add
method and does not need one either since obj_add will never be
called on schedule objects.

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