X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=isl_scan.c;h=bc239c8f11f11a2d23481cbcb6dd8b99d94a82b1;hb=63fb8a7f484648c3caa25351c8c94ac2395ec563;hp=f32f5e63656921c547183e620750746b8d5cf7ca;hpb=88e08a163e4032c1a673ac770223fd98f2cd05da;p=platform%2Fupstream%2Fisl.git diff --git a/isl_scan.c b/isl_scan.c index f32f5e6..bc239c8 100644 --- a/isl_scan.c +++ b/isl_scan.c @@ -1,12 +1,13 @@ /* * Copyright 2008-2009 Katholieke Universiteit Leuven * - * 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, K.U.Leuven, Departement * Computerwetenschappen, Celestijnenlaan 200A, B-3001 Leuven, Belgium */ +#include #include #include "isl_basis_reduction.h" #include "isl_scan.h" @@ -123,7 +124,7 @@ int isl_basic_set_scan(struct isl_basic_set *bset, if (!min || !max || !snap) goto error; - tab = isl_tab_from_basic_set(bset); + tab = isl_tab_from_basic_set(bset, 0); if (!tab) goto error; if (isl_tab_extend_cons(tab, dim + 1) < 0)