summaryrefslogtreecommitdiffstats
path: root/gcc/cfgcleanup.c
diff options
context:
space:
mode:
authorloki <loki@138bc75d-0d04-0410-961f-82ee72b054a4>2006-01-27 10:59:40 +0000
committerloki <loki@138bc75d-0d04-0410-961f-82ee72b054a4>2006-01-27 10:59:40 +0000
commit96902dabaf9ebee35b792cc744ccb860877985fa (patch)
treec7afe4325a5ae422202efadf6ea7230229370e25 /gcc/cfgcleanup.c
parentc29a05eea9ea551eb518cc3c66aa68ab7455df95 (diff)
downloadppe42-gcc-96902dabaf9ebee35b792cc744ccb860877985fa.tar.gz
ppe42-gcc-96902dabaf9ebee35b792cc744ccb860877985fa.zip
2006-01-27 Gabor Loki <loki@gcc.gnu.org>
* cfgcleanup.c (try_crossjump_to_edge): Fix comment typo. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@110297 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cfgcleanup.c')
-rw-r--r--gcc/cfgcleanup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cfgcleanup.c b/gcc/cfgcleanup.c
index 4f0c9d4de8a..753f7c50f17 100644
--- a/gcc/cfgcleanup.c
+++ b/gcc/cfgcleanup.c
@@ -1701,7 +1701,7 @@ try_crossjump_to_edge (int mode, edge e1, edge e2)
&& (newpos1 != BB_HEAD (src1)))
return false;
- /* Avoid deleting preseve label when redirecting ABNORMAL edeges. */
+ /* Avoid deleting preserve label when redirecting ABNORMAL edeges. */
if (block_has_preserve_label (e1->dest)
&& (e1->flags & EDGE_ABNORMAL))
return false;
OpenPOWER on IntegriCloud