summaryrefslogtreecommitdiff
path: root/isl_list.c
diff options
context:
space:
mode:
authorSven Verdoolaege <skimo@kotnet.org>2011-07-25 08:55:53 +0200
committerSven Verdoolaege <skimo@kotnet.org>2011-07-28 16:42:25 +0200
commit93f05e4ab0e3e15a154a4f7ada92cd88bcf080c4 (patch)
treea658575e2ab91626355d9b63ba1bfb4fab02e9ef /isl_list.c
parent78168765d3d7e49ef96f35eef7b4cb07015e6198 (diff)
downloadisl-93f05e4ab0e3e15a154a4f7ada92cd88bcf080c4.tar.gz
isl-93f05e4ab0e3e15a154a4f7ada92cd88bcf080c4.tar.bz2
isl-93f05e4ab0e3e15a154a4f7ada92cd88bcf080c4.zip
add isl_pw_aff_list
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
Diffstat (limited to 'isl_list.c')
-rw-r--r--isl_list.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/isl_list.c b/isl_list.c
index ec1dd290..27baab10 100644
--- a/isl_list.c
+++ b/isl_list.c
@@ -28,6 +28,11 @@
#include <isl_list_templ.c>
#undef BASE
+#define BASE pw_aff
+
+#include <isl_list_templ.c>
+
+#undef BASE
#define BASE band
#include <isl_list_templ.c>