]> gcc.gnu.org Git - gcc.git/commitdiff
Add DEBUG_FUNCTION to all the dot_* debugging functions.
authorSebastian Pop <sebastian.pop@amd.com>
Fri, 17 Sep 2010 21:39:28 +0000 (21:39 +0000)
committerSebastian Pop <spop@gcc.gnu.org>
Fri, 17 Sep 2010 21:39:28 +0000 (21:39 +0000)
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

gcc/ChangeLog
gcc/graphite-dependences.c
gcc/graphite-poly.c
gcc/graphite-scop-detection.c

index ff81b02382cc0859641511939aee60f8425e6c40..3e51ca8779b4ca615ac0d23e7b78b31c35d6ed85 100644 (file)
@@ -1,3 +1,11 @@
+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>
index 6296bfc2f3d176ab6da687a14d820b336640db0d..8c7a642a7ea7d4b4163c6a3cc78cde2b091825ac 100644 (file)
@@ -950,7 +950,7 @@ dot_deps_1 (FILE *file, scop_p scop)
 
 /* Display all the data dependences in SCoP using dotty.  */
 
-void
+DEBUG_FUNCTION void
 dot_deps (scop_p scop)
 {
   /* When debugging, enable the following code.  This cannot be used
@@ -971,7 +971,7 @@ dot_deps (scop_p scop)
 
 /* Display all the statement dependences in SCoP using dotty.  */
 
-void
+DEBUG_FUNCTION void
 dot_deps_stmt (scop_p scop)
 {
   /* When debugging, enable the following code.  This cannot be used
index ae6ad4451ae5f0cc063303888598774ff656da6b..ffd01f92d5293af274cb8aa76fc0f9d1a130d7ba 100644 (file)
@@ -1269,7 +1269,7 @@ dot_lst_1 (FILE *file, lst_p lst)
 
 /* Display the LST using dotty.  */
 
-void
+DEBUG_FUNCTION void
 dot_lst (lst_p lst)
 {
   /* When debugging, enable the following code.  This cannot be used
index e2847b88be5c35a01bf051d99c55993116c70aaa..bd0f7bd6f972e5872614d78b1bc3c3de555db5f5 100644 (file)
@@ -1489,7 +1489,7 @@ dot_all_scops_1 (FILE *file, VEC (scop_p, heap) *scops)
 
 /* Display all SCoPs using dotty.  */
 
-void
+DEBUG_FUNCTION void
 dot_all_scops (VEC (scop_p, heap) *scops)
 {
   /* When debugging, enable the following code.  This cannot be used
@@ -1510,7 +1510,7 @@ dot_all_scops (VEC (scop_p, heap) *scops)
 
 /* Display all SCoPs using dotty.  */
 
-void
+DEBUG_FUNCTION void
 dot_scop (scop_p scop)
 {
   VEC (scop_p, heap) *scops = NULL;
This page took 0.092675 seconds and 5 git commands to generate.