X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=isl_fold.c;h=82cad6f48f4b890da45416f351a3b977a5f1ed89;hb=63fb8a7f484648c3caa25351c8c94ac2395ec563;hp=b96c096577023c9610938179ad62ceaef3cf1895;hpb=f5e4e6f324ebd2eb8edb47e57880be621a3e58e1;p=platform%2Fupstream%2Fisl.git diff --git a/isl_fold.c b/isl_fold.c index b96c096..82cad6f 100644 --- a/isl_fold.c +++ b/isl_fold.c @@ -1,7 +1,7 @@ /* * Copyright 2010 INRIA Saclay * - * Use of this software is governed by the GNU LGPLv2.1 license + * Use of this software is governed by the MIT license * * Written by Sven Verdoolaege, INRIA Saclay - Ile-de-France, * Parc Club Orsay Universite, ZAC des vignes, 4 rue Jacques Monod, @@ -638,6 +638,7 @@ __isl_give isl_qpolynomial_fold *isl_qpolynomial_fold_gist_params( #define DEFAULT_IS_ZERO 1 #define NO_NEG +#define NO_PULLBACK #include @@ -649,6 +650,8 @@ __isl_give isl_qpolynomial_fold *isl_qpolynomial_fold_gist_params( #define PARTS pw_qpolynomial_fold #define ALIGN_DOMAIN +#define NO_SUB + #include __isl_give isl_qpolynomial_fold *isl_qpolynomial_fold_empty(enum isl_fold type,