cloog_domain_union: free arguments
commit597ad17ae931716a1cf47f40a3b4de265ffbbcf3
authorSven Verdoolaege <skimo@kotnet.org>
Thu, 1 Apr 2010 13:17:20 +0000 (1 15:17 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Thu, 1 Apr 2010 19:06:28 +0000 (1 21:06 +0200)
treedadcc8cfcd08579c614600420253ff016043465a
parent994737713b9a0809535f8fe8ddf7d8d45288d620
cloog_domain_union: free arguments

Most uses free the arguments immediately after calling cloog_domain_union.
It's more convenient to do the freeing inside cloog_domain_union.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
source/isl/domain.c
source/loop.c