repo.or.cz
/
isl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
isl_ast.c: add missing include
[isl.git]
/
uset_from_umap.c
blob
cad6060074654dc1f894373c16be477f1f4441f9
1
#include <isl/union_map_type.h>
2
3
/* Return the union set that was treated as the union map "umap".
4
*/
5
static
__isl_give isl_union_set
*
uset_from_umap
(
__isl_take isl_union_map
*
umap
)
6
{
7
return
(
isl_union_set
*)
umap
;
8
}