diff options
Diffstat (limited to 'gcc/tree-eh.c')
-rw-r--r-- | gcc/tree-eh.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/tree-eh.c b/gcc/tree-eh.c index 77c8cac..a7dd72b 100644 --- a/gcc/tree-eh.c +++ b/gcc/tree-eh.c @@ -3918,7 +3918,7 @@ struct gimple_opt_pass pass_cleanup_eh = { /* Verify that BB containing STMT as the last statement, has precisely the edge that make_eh_edges would create. */ -bool +DEBUG_FUNCTION bool verify_eh_edges (gimple stmt) { basic_block bb = gimple_bb (stmt); @@ -3979,7 +3979,7 @@ verify_eh_edges (gimple stmt) /* Similarly, but handle GIMPLE_EH_DISPATCH specifically. */ -bool +DEBUG_FUNCTION bool verify_eh_dispatch_edge (gimple stmt) { eh_region r; |