summaryrefslogtreecommitdiff
path: root/gcc/except.c
diff options
context:
space:
mode:
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>2001-06-08 21:54:11 +0000
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>2001-06-08 21:54:11 +0000
commit997af23774aee585f8c83eae9438cd183681b681 (patch)
tree1200ebcccf1a834fa2af1fcfc027b24023f08174 /gcc/except.c
parent0ac9c5ccc29c6b148f95b7f2530a8a00bc65addc (diff)
downloadgcc-997af23774aee585f8c83eae9438cd183681b681.tar.gz
* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43049 138bc75d-0d04-0410-961f-82ee72b054a4
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 5ad9071ec59..24e70799de7 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);