cfgcleanup.c (try_crossjump_to_edge): Fix comment typo.
authorGabor Loki <loki@gcc.gnu.org>
Fri, 27 Jan 2006 10:59:40 +0000 (10:59 +0000)
committerGabor Loki <loki@gcc.gnu.org>
Fri, 27 Jan 2006 10:59:40 +0000 (10:59 +0000)
2006-01-27 Gabor Loki <loki@gcc.gnu.org>

* cfgcleanup.c (try_crossjump_to_edge): Fix comment typo.

From-SVN: r110297

gcc/ChangeLog
gcc/cfgcleanup.c

index 68c169b1596e2097d0bc9b711620fa841faa63ff..ccfff4b0c3a33d57c9550bd5734fa58eb17f5493 100644 (file)
@@ -1,3 +1,7 @@
+2006-01-27 Gabor Loki <loki@gcc.gnu.org>
+
+       * cfgcleanup.c (try_crossjump_to_edge): Fix comment typo.
+
 2006-01-26 Alexandre Oliva  <aoliva@redhat.com>
 
        PR other/24829
index 4f0c9d4de8aac27e5740663903487fdfacf21370..753f7c50f17fb338b166eb4a877727f0561ab5b3 100644 (file)
@@ -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;