diff options
Diffstat (limited to 'gcc/except.h')
-rw-r--r-- | gcc/except.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/except.h b/gcc/except.h index 5d461d7000b..e161493b5aa 100644 --- a/gcc/except.h +++ b/gcc/except.h @@ -291,6 +291,8 @@ extern void assign_filter_values (void); extern eh_region get_eh_region_from_rtx (const_rtx); extern eh_landing_pad get_eh_landing_pad_from_rtx (const_rtx); +extern void finish_eh_generation (void); + struct GTY(()) throw_stmt_node { gimple stmt; int lp_nr; |