]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/reload.c
* tree-vrp.c (debug_value_range, debug_all_value_ranges,
[thirdparty/gcc.git] / gcc / reload.c
index af520ef1515eaa23a03570f9cb3e101535de00b1..d4b7982bc0a12789dba84f7873d9e943e0de7abe 100644 (file)
@@ -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);