aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJason Merrill <jason@gcc.gnu.org>2003-05-29 17:33:50 -0400
committerJason Merrill <jason@gcc.gnu.org>2003-05-29 17:33:50 -0400
commitac850948a6a8756bc31440e0acbcf85630989145 (patch)
treed1b476257981ad889aad5eac0734dfce823a3ce0 /gcc
parentd90f988266f06f40be992dd649efbcd20aa26575 (diff)
downloadgcc-ac850948a6a8756bc31440e0acbcf85630989145.zip
gcc-ac850948a6a8756bc31440e0acbcf85630989145.tar.gz
gcc-ac850948a6a8756bc31440e0acbcf85630989145.tar.bz2
add comment
From-SVN: r67231
Diffstat (limited to 'gcc')
-rw-r--r--gcc/except.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/except.c b/gcc/except.c
index d6ab26c..7571441 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 ()
{