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
This commit is contained in:
Gabor Loki 2006-01-27 10:59:40 +00:00
parent b1edd4b2be
commit dccb60e93b
2 changed files with 5 additions and 1 deletions

View 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

View 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;