reimplement isl_basic_map_is_empty in terms of isl_basic_set_sample
authorSven Verdoolaege <skimo@kotnet.org>
Sun, 10 Aug 2008 10:19:33 +0000 (12:19 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 25 Aug 2008 07:24:18 +0000 (09:24 +0200)
commit6dce9ad199bb99682d17f9fbdd987e81c3d96b75
tree9c7dfcdb35445a1699cf05f4e82d83ff7218bfea
parent2baa5ca8e16271215a7f68ca5f75d34c68f1cd5f
reimplement isl_basic_map_is_empty in terms of isl_basic_set_sample
13 files changed:
Makefile.am
include/isl_ctx.h.in
include/isl_piplib.h
isl_ctx.c
isl_map.c
isl_piplib.c
isl_sample.c [new file with mode: 0644]
isl_sample.h [new file with mode: 0644]
isl_sample_no_piplib.c [new file with mode: 0644]
isl_sample_piplib.c [new file with mode: 0644]
isl_sample_piplib.h [new file with mode: 0644]
isl_vec.c [new file with mode: 0644]
isl_vec.h [new file with mode: 0644]