public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] Fix graphite build with ISL 0.14
@ 2016-01-21 10:50 Richard Biener
  0 siblings, 0 replies; only message in thread
From: Richard Biener @ 2016-01-21 10:50 UTC (permalink / raw)
  To: gcc-patches


Committed as obvious.

2016-01-21  Richard Biener  <rguenther@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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-01-21 10:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-21 10:50 [PATCH] Fix graphite build with ISL 0.14 Richard Biener

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).