verify.c: verify_point_data_init: explicitly convert context to set
commit79e8cae26c90930ba6791aaf21e5f81c18e893ba
authorSven Verdoolaege <skimo@kotnet.org>
Mon, 30 Jan 2017 14:57:56 +0000 (30 15:57 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 13 Mar 2017 09:03:51 +0000 (13 10:03 +0100)
tree93478ca569250439fde52f366b2d775f7bdafb56
parentcc109bc85aa2b056b6d390ea539bbc7c0f76b585
verify.c: verify_point_data_init: explicitly convert context to set

The function verify_point_data_init turns parameters into
input dimensions in order to be able to count the number
of parameter values.  However, it does this without explicitly
introducing a set tuple, relying instead on isl_set_move_dims
introducing such a set tuple implicitly.
Introduce the set tuple explicitly.

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