diff options
Diffstat (limited to 'gcc/value-prof.c')
-rw-r--r-- | gcc/value-prof.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/value-prof.c b/gcc/value-prof.c index b819cdc..7b1e70a 100644 --- a/gcc/value-prof.c +++ b/gcc/value-prof.c @@ -386,7 +386,7 @@ visit_hist (void **slot, void *data) /* Verify sanity of the histograms. */ -void +DEBUG_FUNCTION void verify_histograms (void) { basic_block bb; |