clast: allow clast_term to represent multiple of any clast_expr
commite52702261eb4449d172cd50419d4921e39e5e33e
authorSven Verdoolaege <skimo@kotnet.org>
Mon, 22 Dec 2008 17:36:22 +0000 (22 18:36 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Fri, 23 Jan 2009 13:53:40 +0000 (23 14:53 +0100)
tree9319a5246c7f76179b5eb4636f80d44b261e2fa3
parentaaeb4476222accb57b60e61a32f254462b6cb4a3
clast: allow clast_term to represent multiple of any clast_expr

Before, a clast_term could only be used to represent a constant
or a multiple of a (const char *) name.  Now it can be used
to represent a multiple of any clast_expr, include the new
clast_name.

This functionality is not currently used, but will be useful
for the isl backend.

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