Commit 888beba1 by Li Feng Committed by Sebastian Pop

graphite-sese-to-poly.c (build_scop_drs): Disable writing to file the alias…

graphite-sese-to-poly.c (build_scop_drs): Disable writing to file the alias graph of data references.

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.

From-SVN: r154554
parent cd43e5d7
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.
......
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment