diff options
author | Sebastian Pop <sebastian.pop@amd.com> | 2010-09-17 21:39:28 +0000 |
---|---|---|
committer | Sebastian Pop <spop@gcc.gnu.org> | 2010-09-17 21:39:28 +0000 |
commit | 1f4240068229b5fea98c57e5ab5b9ef20dcf1b95 (patch) | |
tree | ea1a3315b550c3324035df21eb7eb730238158cf /gcc/graphite-scop-detection.c | |
parent | f3241b295c347abc45cb58023632c3599963ea2d (diff) | |
download | gcc-1f4240068229b5fea98c57e5ab5b9ef20dcf1b95.tar.gz |
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
Diffstat (limited to 'gcc/graphite-scop-detection.c')
-rw-r--r-- | gcc/graphite-scop-detection.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/graphite-scop-detection.c b/gcc/graphite-scop-detection.c index e2847b88be5..bd0f7bd6f97 100644 --- a/gcc/graphite-scop-detection.c +++ b/gcc/graphite-scop-detection.c @@ -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; |