aboutsummaryrefslogtreecommitdiff
path: root/gcc/reload.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/reload.c')
-rw-r--r--gcc/reload.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/reload.c b/gcc/reload.c
index af520ef1..d4b7982 100644
--- a/gcc/reload.c
+++ b/gcc/reload.c
@@ -7337,7 +7337,7 @@ static const char *const reload_when_needed_name[] =
/* These functions are used to print the variables set by 'find_reloads' */
-void
+DEBUG_FUNCTION void
debug_reload_to_stream (FILE *f)
{
int r;
@@ -7432,7 +7432,7 @@ debug_reload_to_stream (FILE *f)
}
}
-void
+DEBUG_FUNCTION void
debug_reload (void)
{
debug_reload_to_stream (stderr);