summaryrefslogtreecommitdiff
path: root/isl_map_no_piplib.c
blob: 3c5022616caa5499c8b1eeba2f4ccc46ea407f51 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include "isl_map_piplib.h"
#include "isl_set.h"

struct isl_map *isl_pip_basic_map_lexopt(
		struct isl_basic_map *bmap, struct isl_basic_set *dom,
		struct isl_set **empty, int max)
{
	isl_basic_map_free(bmap);
	isl_basic_set_free(dom);
	return NULL;
}