summaryrefslogtreecommitdiffstats
path: root/gcc/except.c
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-11-13 21:11:04 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-11-13 21:11:04 +0000
commit86481e896633d43cdb6447bd9d33f2db5f782c7d (patch)
treead31c07f0c92ca9821135e839011bb0784c3173f /gcc/except.c
parent621a25ae4462c07cf701b25bac9da17961092765 (diff)
downloadppe42-gcc-86481e896633d43cdb6447bd9d33f2db5f782c7d.tar.gz
ppe42-gcc-86481e896633d43cdb6447bd9d33f2db5f782c7d.zip
* c-cppbuiltin.c, cgraph.c, domwalk.h, except.c, gimplify.c,
lambda-code.c, postreload.c, predict.c, tree-sra.c, tree-ssa-loop-manip.c, tree.c: Fix comment typos. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90596 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/except.c')
-rw-r--r--gcc/except.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/except.c b/gcc/except.c
index 71fc01153a6..c399eb11f7d 100644
--- a/gcc/except.c
+++ b/gcc/except.c
@@ -1304,7 +1304,7 @@ emit_to_new_bb_before (rtx seq, rtx insn)
edge e;
edge_iterator ei;
- /* If there happens to be an fallthru edge (possibly created by cleanup_cfg
+ /* If there happens to be a fallthru edge (possibly created by cleanup_cfg
call), we don't want it to go into newly created landing pad or other EH
construct. */
for (ei = ei_start (BLOCK_FOR_INSN (insn)->preds); (e = ei_safe_edge (ei)); )
OpenPOWER on IntegriCloud