Committed as obvious. 2016-01-21 Richard Biener <rguent...@suse.de>
* graphite-optimize-isl.c (get_schedule_map): Fix typo. Index: gcc/graphite-optimize-isl.c =================================================================== --- gcc/graphite-optimize-isl.c (revision 232666) +++ gcc/graphite-optimize-isl.c (working copy) @@ -301,7 +301,7 @@ get_schedule_map (isl_schedule *schedule { isl_band_list *band_list = isl_schedule_get_band_forest (schedule); isl_union_map *schedule_map = get_schedule_for_band_list (band_list); - isl_band_list_free (bandList); + isl_band_list_free (band_list); return schedule_map; } #endif