OSDN Git Service

add comment
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 29 May 2003 21:33:50 +0000 (21:33 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 29 May 2003 21:33:50 +0000 (21:33 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67231 138bc75d-0d04-0410-961f-82ee72b054a4

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 ()
 {