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:
parent
b1edd4b2be
commit
dccb60e93b
@ -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>
|
2006-01-26 Alexandre Oliva <aoliva@redhat.com>
|
||||||
|
|
||||||
PR other/24829
|
PR other/24829
|
||||||
|
@ -1701,7 +1701,7 @@ try_crossjump_to_edge (int mode, edge e1, edge e2)
|
|||||||
&& (newpos1 != BB_HEAD (src1)))
|
&& (newpos1 != BB_HEAD (src1)))
|
||||||
return false;
|
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)
|
if (block_has_preserve_label (e1->dest)
|
||||||
&& (e1->flags & EDGE_ABNORMAL))
|
&& (e1->flags & EDGE_ABNORMAL))
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user