Let cloog_domain_universe return a universal domain, rather than testing for it
commit9a353e1e2a27105c4987d9c303c6357b7d11da2e
authorSven Verdoolaege <skimo@kotnet.org>
Mon, 15 Sep 2008 21:03:35 +0000 (15 23:03 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Tue, 23 Sep 2008 13:07:52 +0000 (23 15:07 +0200)
tree49b60f94d96977852fa3b7cdbec84ed6a34729dd
parent5a201cdd57796619aede729e7ad29fdd38e81086
Let cloog_domain_universe return a universal domain, rather than testing for it

Before, cloog_domain_universe would check if a given domain is universal,
but this function wasn't used anywhere.  Besides, it should have been
called cloog_domain_isuniverse in analogy with cloog_domain_isempty.

Now, the function returns a universal domain of the specified dimension.
include/cloog/domain.h
source/polylib/domain.c