aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-eh.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree-eh.h')
-rw-r--r--gcc/tree-eh.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/tree-eh.h b/gcc/tree-eh.h
index a588c10dcd5..511bb84aefb 100644
--- a/gcc/tree-eh.h
+++ b/gcc/tree-eh.h
@@ -50,6 +50,7 @@ extern bool maybe_duplicate_eh_stmt_fn (struct function *, gimple *,
hash_map<void *, void *> *, int);
extern bool maybe_duplicate_eh_stmt (gimple *, gimple *);
extern void maybe_remove_unreachable_handlers (void);
+extern void unsplit_eh_edges (void);
extern bool verify_eh_edges (gimple *);
extern bool verify_eh_dispatch_edge (geh_dispatch *);