summaryrefslogtreecommitdiff
path: root/isl_schedule.c
diff options
context:
space:
mode:
authorSven Verdoolaege <skimo@kotnet.org>2011-11-11 11:32:49 +0100
committerSven Verdoolaege <skimo@kotnet.org>2011-11-13 18:18:45 +0100
commitaf52e84245fb4bab6734d62da39f63f568371dcd (patch)
tree5db79864c4b6568061ad783c6198070a8540cdc5 /isl_schedule.c
parentc1e5c89824b26b40ce10a78c1f61bd1b853ec0f0 (diff)
downloadisl-af52e84245fb4bab6734d62da39f63f568371dcd.tar.gz
isl-af52e84245fb4bab6734d62da39f63f568371dcd.tar.bz2
isl-af52e84245fb4bab6734d62da39f63f568371dcd.zip
hide isl_options structure
We also add some getters and setters for options that are known to be used from outside of isl. Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
Diffstat (limited to 'isl_schedule.c')
-rw-r--r--isl_schedule.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/isl_schedule.c b/isl_schedule.c
index b2792817..cc8da966 100644
--- a/isl_schedule.c
+++ b/isl_schedule.c
@@ -24,6 +24,7 @@
#include <isl_schedule_private.h>
#include <isl_band_private.h>
#include <isl_list_private.h>
+#include <isl_options_private.h>
/*
* The scheduling algorithm implemented in this file was inspired by