Commit dccb60e9 by Gabor Loki

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
parent b1edd4b2
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
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment