diff options
Diffstat (limited to 'gcc/cfghooks.c')
-rw-r--r-- | gcc/cfghooks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cfghooks.c b/gcc/cfghooks.c index ad5fb6b..c3d51fd 100644 --- a/gcc/cfghooks.c +++ b/gcc/cfghooks.c @@ -88,7 +88,7 @@ current_ir_type (void) Currently it does following: checks edge and basic block list correctness and calls into IL dependent checking then. */ -void +DEBUG_FUNCTION void verify_flow_info (void) { size_t *edge_checksum; |