diff options
Diffstat (limited to 'gcc/dbgcnt.h')
-rw-r--r-- | gcc/dbgcnt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/dbgcnt.h b/gcc/dbgcnt.h index 38591e9b2ed..aafa6663ac8 100644 --- a/gcc/dbgcnt.h +++ b/gcc/dbgcnt.h @@ -35,5 +35,6 @@ enum debug_counter { extern bool dbg_cnt_is_enabled (enum debug_counter index); extern bool dbg_cnt (enum debug_counter index); extern void dbg_cnt_process_opt (const char *arg); +extern void dbg_cnt_list_all_counters (void); #endif /* GCC_DBGCNT_H */ |