brintos

brintos / llvm-project-archived public Read only

0
0
Text · 213 B · 9585080 Raw
9 lines · c
1#include <isl/map_type.h>2 3/* Return the basic set that was treated as the basic map "bmap".4 */5static __isl_give isl_basic_set *bset_from_bmap(__isl_take isl_basic_map *bmap)6{7	return (isl_basic_set *) bmap;8}9