summaryrefslogtreecommitdiff
path: root/cloog-0.17.0/isl/isl_bound.h
diff options
context:
space:
mode:
Diffstat (limited to 'cloog-0.17.0/isl/isl_bound.h')
-rw-r--r--cloog-0.17.0/isl/isl_bound.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/cloog-0.17.0/isl/isl_bound.h b/cloog-0.17.0/isl/isl_bound.h
deleted file mode 100644
index 1a9d390..0000000
--- a/cloog-0.17.0/isl/isl_bound.h
+++ /dev/null
@@ -1,20 +0,0 @@
-#ifndef ISL_BOUND_H
-#define ISL_BOUND_H
-
-#include <isl/polynomial.h>
-
-struct isl_bound {
- /* input */
- int check_tight;
- int wrapping;
- enum isl_fold type;
- isl_space *dim;
- isl_basic_set *bset;
- isl_qpolynomial_fold *fold;
-
- /* output */
- isl_pw_qpolynomial_fold *pwf;
- isl_pw_qpolynomial_fold *pwf_tight;
-};
-
-#endif