cloog_domain_isempty: accept NULL argument
commit828daf6c85a15f69f90a6050e71132410ace66a8
authorSven Verdoolaege <skimo@kotnet.org>
Thu, 11 Sep 2008 10:33:00 +0000 (11 12:33 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Tue, 23 Sep 2008 13:09:30 +0000 (23 15:09 +0200)
treef91155dc99c4a301fc25b40faf5bb44c73f06341
parent168dd413164cc20ee12bab67eb5f68cdfb748cc4
cloog_domain_isempty: accept NULL argument

Some code in cloog explictly tests for NULL CloogDomains, but this
is only valid for the PolyLib backend.  Other backends may not
return NULL CloogDomains.
source/loop.c
source/polylib/domain.c