minor changes to CloogConstraint abstraction
commit96f61e8459e75f83611b59acc44cd53650c4d6c9
authorSven Verdoolaege <skimo@kotnet.org>
Sun, 14 Dec 2008 22:51:01 +0000 (14 23:51 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Fri, 23 Jan 2009 13:53:39 +0000 (23 14:53 +0100)
tree13e85a3a01e36117393d53e19129b2bed322320b
parentc6bbacbc6b39d030920cde256daf173a30d88860
minor changes to CloogConstraint abstraction

Most notably, CloogConstraint were assumed not to allocate
any memory beyond the value of the CloogConstraint itself.
This will no longer hold for the upcoming changes in the
isl backend.  We therefore need to make sure that we
properly release any memory possibly allocated by
a CloogConstraint.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
include/cloog/constraints.h
source/clast.c
source/isl/constraints.c
source/polylib/matrix.c