OSDN Git Service

2009-09-26 Li Feng <nemokingdom@gmail.com>
authorspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 25 Nov 2009 04:51:14 +0000 (04:51 +0000)
committerspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 25 Nov 2009 04:51:14 +0000 (04:51 +0000)
* graphite-sese-to-poly.c (build_scop_drs): Disable writing to file
the alias graph of data references.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@154554 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog.graphite
gcc/graphite-sese-to-poly.c

index 419f882..52fd90b 100644 (file)
@@ -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.
index 4dc738d..babb0b6 100644 (file)
@@ -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,