Commit 3e0c32df by Richard Biener Committed by Richard Biener

graphite-optimize-isl.c (get_schedule_map): Fix typo.

2016-01-21  Richard Biener  <rguenther@suse.de>

	* graphite-optimize-isl.c (get_schedule_map): Fix typo.

From-SVN: r232670
parent d45ef29e
2016-01-21 Richard Biener <rguenther@suse.de>
* graphite-optimize-isl.c (get_schedule_map): Fix typo.
2016-01-21 Marcin Kościelnicki <koriakin@0x04.net>
* config/s390/s390.c (s390_asm_declare_function_size): Add code
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment