[PATCH] Fix graphite build with ISL 0.14

2016-01-21 Thread Richard Biener
Committed as obvious. 2016-01-21 Richard Biener * 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-i

Re: [patch] fix graphite build

2013-11-19 Thread Diego Novillo
On Tue, Nov 19, 2013 at 8:36 AM, Andrew MacLeod wrote: > graphite-sese-to-poly.c needs expr.h to compile. Fixed thusly and checked > in as revision 205027. Thanks! Diego.

[patch] fix graphite build

2013-11-19 Thread Andrew MacLeod
graphite-sese-to-poly.c needs expr.h to compile. Fixed thusly and checked in as revision 205027. Andrew * graphite-sese-to-poly.c: Include expr.h. Index: graphite-sese-to-poly.c === *** graphite-sese-to-poly.c (revision 205024) -