From 888beba187a207a0e3d02d662010b23cb09ca005 Mon Sep 17 00:00:00 2001 From: Li Feng Date: Wed, 25 Nov 2009 04:51:14 +0000 Subject: [PATCH] graphite-sese-to-poly.c (build_scop_drs): Disable writing to file the alias graph of data references. 2009-09-26 Li Feng * graphite-sese-to-poly.c (build_scop_drs): Disable writing to file the alias graph of data references. From-SVN: r154554 --- gcc/ChangeLog.graphite | 5 +++++ gcc/graphite-sese-to-poly.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 + + * graphite-sese-to-poly.c (build_scop_drs): Disable writing to file + the alias graph of data references. + 2009-09-25 Li Feng * 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, -- 2.7.4