Commit 1f424006 by Sebastian Pop Committed by Sebastian Pop

Add DEBUG_FUNCTION to all the dot_* debugging functions.

2010-09-17  Sebastian Pop  <sebastian.pop@amd.com>

	* graphite-dependences.c (dot_deps): Add DEBUG_FUNCTION.
	(dot_deps_stmt): Same.
	* graphite-poly.c (dot_lst): Same.
	* graphite-scop-detection.c (dot_all_scops): Same.
	(dot_scop): Same.

From-SVN: r164381
parent f3241b29
2010-09-17 Sebastian Pop <sebastian.pop@amd.com> 2010-09-17 Sebastian Pop <sebastian.pop@amd.com>
* graphite-dependences.c (dot_deps): Add DEBUG_FUNCTION.
(dot_deps_stmt): Same.
* graphite-poly.c (dot_lst): Same.
* graphite-scop-detection.c (dot_all_scops): Same.
(dot_scop): Same.
2010-09-17 Sebastian Pop <sebastian.pop@amd.com>
Revert commit: 2009-12-16 Ben Elliston <bje@au.ibm.com> Revert commit: 2009-12-16 Ben Elliston <bje@au.ibm.com>
* tree-data-ref.c (dot_rdg_1): Added back. * tree-data-ref.c (dot_rdg_1): Added back.
(dot_rdg): Same. Added "#if 0" around system call. (dot_rdg): Same. Added "#if 0" around system call.
......
...@@ -950,7 +950,7 @@ dot_deps_1 (FILE *file, scop_p scop) ...@@ -950,7 +950,7 @@ dot_deps_1 (FILE *file, scop_p scop)
/* Display all the data dependences in SCoP using dotty. */ /* Display all the data dependences in SCoP using dotty. */
void DEBUG_FUNCTION void
dot_deps (scop_p scop) dot_deps (scop_p scop)
{ {
/* When debugging, enable the following code. This cannot be used /* When debugging, enable the following code. This cannot be used
...@@ -971,7 +971,7 @@ dot_deps (scop_p scop) ...@@ -971,7 +971,7 @@ dot_deps (scop_p scop)
/* Display all the statement dependences in SCoP using dotty. */ /* Display all the statement dependences in SCoP using dotty. */
void DEBUG_FUNCTION void
dot_deps_stmt (scop_p scop) dot_deps_stmt (scop_p scop)
{ {
/* When debugging, enable the following code. This cannot be used /* When debugging, enable the following code. This cannot be used
......
...@@ -1269,7 +1269,7 @@ dot_lst_1 (FILE *file, lst_p lst) ...@@ -1269,7 +1269,7 @@ dot_lst_1 (FILE *file, lst_p lst)
/* Display the LST using dotty. */ /* Display the LST using dotty. */
void DEBUG_FUNCTION void
dot_lst (lst_p lst) dot_lst (lst_p lst)
{ {
/* When debugging, enable the following code. This cannot be used /* When debugging, enable the following code. This cannot be used
......
...@@ -1489,7 +1489,7 @@ dot_all_scops_1 (FILE *file, VEC (scop_p, heap) *scops) ...@@ -1489,7 +1489,7 @@ dot_all_scops_1 (FILE *file, VEC (scop_p, heap) *scops)
/* Display all SCoPs using dotty. */ /* Display all SCoPs using dotty. */
void DEBUG_FUNCTION void
dot_all_scops (VEC (scop_p, heap) *scops) dot_all_scops (VEC (scop_p, heap) *scops)
{ {
/* When debugging, enable the following code. This cannot be used /* When debugging, enable the following code. This cannot be used
...@@ -1510,7 +1510,7 @@ dot_all_scops (VEC (scop_p, heap) *scops) ...@@ -1510,7 +1510,7 @@ dot_all_scops (VEC (scop_p, heap) *scops)
/* Display all SCoPs using dotty. */ /* Display all SCoPs using dotty. */
void DEBUG_FUNCTION void
dot_scop (scop_p scop) dot_scop (scop_p scop)
{ {
VEC (scop_p, heap) *scops = NULL; VEC (scop_p, heap) *scops = NULL;
......
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