aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgcleanup.c
diff options
context:
space:
mode:
authorGabor Loki <loki@gcc.gnu.org>2006-01-27 10:59:40 +0000
committerGabor Loki <loki@gcc.gnu.org>2006-01-27 10:59:40 +0000
commitdccb60e93b6fe1b6acf55c4795815177981595e6 (patch)
treec7afe4325a5ae422202efadf6ea7230229370e25 /gcc/cfgcleanup.c
parentb1edd4b2bee65c613ce0e6942e3e96da5eac8c9b (diff)
downloadgcc-dccb60e93b6fe1b6acf55c4795815177981595e6.zip
gcc-dccb60e93b6fe1b6acf55c4795815177981595e6.tar.gz
gcc-dccb60e93b6fe1b6acf55c4795815177981595e6.tar.bz2
cfgcleanup.c (try_crossjump_to_edge): Fix comment typo.
2006-01-27 Gabor Loki <loki@gcc.gnu.org> * cfgcleanup.c (try_crossjump_to_edge): Fix comment typo. From-SVN: r110297
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 4f0c9d4..753f7c5 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;