summaryrefslogtreecommitdiffstats
path: root/polly/lib/External/isl/uset_from_umap.c
blob: cad6060074654dc1f894373c16be477f1f4441f9 (plain)
1
2
3
4
5
6
7
8
#include <isl/union_map_type.h>

/* Return the union set that was treated as the union map "umap".
 */
static __isl_give isl_union_set *uset_from_umap(__isl_take isl_union_map *umap)
{
	return (isl_union_set *) umap;
}
OpenPOWER on IntegriCloud