From: Jason Merrill Date: Thu, 29 May 2003 21:33:50 +0000 (-0400) Subject: add comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ac850948a6a8756bc31440e0acbcf85630989145;p=gcc.git add comment From-SVN: r67231 --- 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 () {