isl_space.c: match: perform error handling
commitba892056adeb8939fd73ab92fbfb62b4305b4478
authorSven Verdoolaege <sven.verdoolaege@gmail.com>
Sun, 11 Aug 2019 07:53:22 +0000 (11 09:53 +0200)
committerSven Verdoolaege <sven.verdoolaege@gmail.com>
Wed, 14 Aug 2019 15:59:46 +0000 (14 17:59 +0200)
tree84d972bf986f69b22e56c5de1ad329f8cafff5d8
parentdc3344d0f6ba5d72cacca843242bd3c83dfb0b61
isl_space.c: match: perform error handling

The error handling was left to the callers, but it is easier
to be able to rely on a function that returns an isl_bool
doing the error handling itself.

Signed-off-by: Sven Verdoolaege <sven.verdoolaege@gmail.com>
isl_space.c