Correct branch/fallthru edge detection
From-SVN: r43902
This commit is contained in:
parent
a4d81081ae
commit
fd052ec378
@ -1,3 +1,8 @@
|
||||
2001-07-10 Bernd Schmidt <bernds@redhat.com>
|
||||
|
||||
* bb-reorder.c (make_reorder_chain_1): Correct branch/fallthru
|
||||
edge detection.
|
||||
|
||||
Tue Jul 10 07:27:53 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
|
||||
|
||||
* expr.c (expand_expr, case COMPONENT_REF): Don't force using bitfield
|
||||
|
@ -409,7 +409,7 @@ make_reorder_chain_1 (bb, prev)
|
||||
{
|
||||
if (e->flags & EDGE_FALLTHRU)
|
||||
e_fall = e;
|
||||
if (! (e->flags & EDGE_EH))
|
||||
else if (! (e->flags & EDGE_EH))
|
||||
e_taken = e;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user