blob: 108c53476ff3329485e10b432d461071c3766334 [file] [log] [blame]
#include <isl/map_type.h>
/* Return the set list that was treated as the map list "list".
*/
static __isl_give isl_set_list *set_list_from_map_list(
__isl_take isl_map_list *list)
{
return (isl_set_list *) list;
}