X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=isl_scan.c;h=bc239c8f11f11a2d23481cbcb6dd8b99d94a82b1;hb=ca90b151a05f17ccc1c3215ff24dc5d7b9198ff4;hp=64654be4dbf2ae0a702030b8fae69fb4e2db6008;hpb=0dcb90aef1a2934609fdce9d8cf527af8b558d43;p=platform%2Fupstream%2Fisl.git diff --git a/isl_scan.c b/isl_scan.c index 64654be..bc239c8 100644 --- a/isl_scan.c +++ b/isl_scan.c @@ -1,7 +1,7 @@ /* * 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 @@ -124,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)