diff options
Diffstat (limited to 'gcc/cfghooks.h')
-rw-r--r-- | gcc/cfghooks.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/cfghooks.h b/gcc/cfghooks.h index c214b64..39acd66 100644 --- a/gcc/cfghooks.h +++ b/gcc/cfghooks.h @@ -26,7 +26,8 @@ struct cfg_hooks { /* Debugging. Do not use macros to hook these so they can be called from debugger! */ - void (*cfgh_verify_flow_info) PARAMS ((void)); + int (*cfgh_verify_flow_info) PARAMS ((void)); + void (*dump_bb) PARAMS ((basic_block, FILE *)); /* Basic CFG manipulation. */ |