Polly 19.0.0git
isl_deprecated.c
Go to the documentation of this file.
1#include <isl/constraint.h>
2
3/* This function was replaced by isl_constraint_alloc_equality.
4 */
6{
8}
9
10/* This function was replaced by isl_constraint_alloc_inequality.
11 */
13{
15}
__isl_give isl_constraint * isl_constraint_alloc_equality(__isl_take isl_local_space *ls)
__isl_give isl_constraint * isl_constraint_alloc_inequality(__isl_take isl_local_space *ls)
#define __isl_take
Definition: ctx.h:22
#define __isl_give
Definition: ctx.h:19
__isl_give isl_constraint * isl_equality_alloc(__isl_take isl_local_space *ls)
Definition: isl_deprecated.c:5
__isl_give isl_constraint * isl_inequality_alloc(__isl_take isl_local_space *ls)