From 888beba187a207a0e3d02d662010b23cb09ca005 Mon Sep 17 00:00:00 2001 From: Li Feng Date: Wed, 25 Nov 2009 04:51:14 +0000 Subject: 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/graphite-sese-to-poly.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/graphite-sese-to-poly.c') 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, -- cgit v1.1