From ac850948a6a8756bc31440e0acbcf85630989145 Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Thu, 29 May 2003 17:33:50 -0400 Subject: [PATCH] add comment From-SVN: r67231 --- gcc/except.c | 3 +++ 1 file changed, 3 insertions(+) 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 () { -- 2.30.2