summaryrefslogtreecommitdiff
path: root/gcc/except.c
diff options
context:
space:
mode:
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>2003-05-29 21:33:50 +0000
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>2003-05-29 21:33:50 +0000
commit318040703720cd8fe2581f34d38ad0fd972e681e (patch)
treed1b476257981ad889aad5eac0734dfce823a3ce0 /gcc/except.c
parent4eb7b61f2c1c20024050339e57a2aee041147ec4 (diff)
downloadgcc-318040703720cd8fe2581f34d38ad0fd972e681e.tar.gz
add comment
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67231 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/except.c')
-rw-r--r--gcc/except.c3
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 ()
{