diff options
author | Jason Merrill <jason@gcc.gnu.org> | 2003-05-29 17:33:50 -0400 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 2003-05-29 17:33:50 -0400 |
commit | ac850948a6a8756bc31440e0acbcf85630989145 (patch) | |
tree | d1b476257981ad889aad5eac0734dfce823a3ce0 /gcc | |
parent | d90f988266f06f40be992dd649efbcd20aa26575 (diff) | |
download | gcc-ac850948a6a8756bc31440e0acbcf85630989145.zip gcc-ac850948a6a8756bc31440e0acbcf85630989145.tar.gz gcc-ac850948a6a8756bc31440e0acbcf85630989145.tar.bz2 |
add comment
From-SVN: r67231
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/except.c | 3 |
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 () { |