aboutsummaryrefslogtreecommitdiff
path: root/gcc/except.c
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2001-06-08 21:54:11 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>2001-06-08 21:54:11 +0000
commite68e310815a8ef2fa1e9ac966aeabbe0fd9c81cf (patch)
tree1200ebcccf1a834fa2af1fcfc027b24023f08174 /gcc/except.c
parent1acc845ecb30195392ff0007ad932a6b746baac5 (diff)
downloadgcc-e68e310815a8ef2fa1e9ac966aeabbe0fd9c81cf.zip
gcc-e68e310815a8ef2fa1e9ac966aeabbe0fd9c81cf.tar.gz
gcc-e68e310815a8ef2fa1e9ac966aeabbe0fd9c81cf.tar.bz2
basic-block.h: Improve comments.
* basic-block.h: Improve comments. * except.c (expand_eh_region_end_allowed): Remove redundant call to do_pending_stack_adjust. * flow.c (life_analysis): Fix typo in comment. (calculate_global_regs_live): Add documentation. (mark_set_1): Likewise. (debug_regset): Likewise. * doc/rtl.texi (cond_exec): Document it. From-SVN: r43049
Diffstat (limited to 'gcc/except.c')
-rw-r--r--gcc/except.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/except.c b/gcc/except.c
index 5ad9071..24e7079 100644
--- a/gcc/except.c
+++ b/gcc/except.c
@@ -857,10 +857,6 @@ expand_eh_region_end_allowed (allowed, failure)
throws a different exception, that it will be processed by the
correct region. */
- /* If there are any pending stack adjustments, we must emit them
- before we branch -- otherwise, we won't know how much adjustment
- is required later. */
- do_pending_stack_adjust ();
around_label = gen_label_rtx ();
emit_jump (around_label);