Re: [PATCH] Remove duplicate graphite statistics printers

2015-07-09 Thread Jeff Law
On 07/09/2015 11:48 AM, Bernhard Reutner-Fischer wrote: On July 9, 2015 6:48:39 PM GMT+02:00, Jeff Law wrote: On 07/09/2015 10:30 AM, Bernhard Reutner-Fischer wrote: Thanks, gcc/ChangeLog 2015-07-09 Bernhard Reutner-Fischer * graphite.h: New file. (print_graphite_statist

Re: [PATCH] Remove duplicate graphite statistics printers

2015-07-09 Thread Bernhard Reutner-Fischer
On July 9, 2015 6:48:39 PM GMT+02:00, Jeff Law wrote: >On 07/09/2015 10:30 AM, Bernhard Reutner-Fischer wrote: >> >> Thanks, >> >> gcc/ChangeLog >> >> 2015-07-09 Bernhard Reutner-Fischer >> >> * graphite.h: New file. >> (print_graphite_statistics): Extern declaration. >> * graphi

Re: [PATCH] Remove duplicate graphite statistics printers

2015-07-09 Thread Jeff Law
On 07/09/2015 10:30 AM, Bernhard Reutner-Fischer wrote: Thanks, gcc/ChangeLog 2015-07-09 Bernhard Reutner-Fischer * graphite.h: New file. (print_graphite_statistics): Extern declaration. * graphite-scop-detection.c (print_graphite_scop_statistics, print_grap

[PATCH] Remove duplicate graphite statistics printers

2015-07-09 Thread Bernhard Reutner-Fischer
graphite-scop-detection.c contained a copy of graphite.c print_graphite_statistics() and print_graphite_scop_statistics(). The latter gained a parameter to distinguish \nBefore limit_scops SCoP statistics ( from \nSCoP statistics ( Note that previously the version in gimple.c was never called (AF