diff options
Diffstat (limited to 'gcc/except.c')
-rw-r--r-- | gcc/except.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/except.c b/gcc/except.c index d6ab26c6007..75714410428 100644 --- a/gcc/except.c +++ b/gcc/except.c @@ -1663,6 +1663,9 @@ assign_filter_values () htab_delete (ehspec); } +/* Generate the code to actually handle exceptions, which will follow the + landing pads. */ + static void build_post_landing_pads () { |