X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=isl_band.c;h=e545a8a4dc3c7eafbe584da1595f501dd463a1a7;hb=de51a9bc4da5dd3f1f9f57c2362da6f9752c44e0;hp=5281e6eb2c4415e00d8de99995e16205757f4483;hpb=8aa932ec87926e76c7db7e64b3c66807d623de92;p=platform%2Fupstream%2Fisl.git diff --git a/isl_band.c b/isl_band.c index 5281e6e..e545a8a 100644 --- a/isl_band.c +++ b/isl_band.c @@ -1,7 +1,7 @@ /* * Copyright 2011 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, @@ -470,6 +470,7 @@ int isl_band_tile(__isl_keep isl_band *band, __isl_take isl_vec *sizes) child->children = band->children; band->children = list; + child->parent = band; isl_union_pw_multi_aff_free(band->pma); band->pma = sched;