add comment
authorJason Merrill <jason@gcc.gnu.org>
Thu, 29 May 2003 21:33:50 +0000 (17:33 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Thu, 29 May 2003 21:33:50 +0000 (17:33 -0400)
From-SVN: r67231

gcc/except.c

index d6ab26c..7571441 100644 (file)
@@ -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 ()
 {