Home | History | Annotate | Line # | Download | only in dist
      1  1.1  mrg #include <isl/map_type.h>
      2  1.1  mrg 
      3  1.1  mrg /* Return the set that was treated as the map "map".
      4  1.1  mrg  */
      5  1.1  mrg static __isl_give isl_set *set_from_map(__isl_take isl_map *map)
      6  1.1  mrg {
      7  1.1  mrg 	return (isl_set *) map;
      8  1.1  mrg }
      9