diff options
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; |