diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog.graphite | 5 | ||||
-rw-r--r-- | gcc/graphite-sese-to-poly.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog.graphite b/gcc/ChangeLog.graphite index 419f882..52fd90b 100644 --- a/gcc/ChangeLog.graphite +++ b/gcc/ChangeLog.graphite @@ -1,3 +1,8 @@ +2009-09-26 Li Feng <nemokingdom@gmail.com> + + * graphite-sese-to-poly.c (build_scop_drs): Disable writing to file + the alias graph of data references. + 2009-09-25 Li Feng <nemokingdom@gmail.com> * graphite-sese-to-poly.c (write_alias_graph_to_ascii_dimacs): New. diff --git a/gcc/graphite-sese-to-poly.c b/gcc/graphite-sese-to-poly.c index 4dc738d..babb0b6 100644 --- a/gcc/graphite-sese-to-poly.c +++ b/gcc/graphite-sese-to-poly.c @@ -1708,7 +1708,7 @@ build_poly_dr (data_reference_p dr, poly_bb_p pbb) dr, DR_NUM_DIMENSIONS (dr)); } -/* Write to FILE the alias graph of data references DRS. */ +/* Write to FILE the alias graph of data references with DIMACS format. */ static inline bool write_alias_graph_to_ascii_dimacs (FILE *file, char *comment, |