cfghooks.c (tidy_fallthru_edges): Add ??? comment.
* cfghooks.c (tidy_fallthru_edges): Add ??? comment. * tree-inline.c (delete_unreachable_blocks_update_callgraph): Remove call to tidy_fallthru_edges. From-SVN: r171936
This commit is contained in:
parent
413519aef8
commit
8effe8566f
@ -1,3 +1,9 @@
|
||||
2011-04-04 Eric Botcazou <ebotcazou@adacore.com>
|
||||
|
||||
* cfghooks.c (tidy_fallthru_edges): Add ??? comment.
|
||||
* tree-inline.c (delete_unreachable_blocks_update_callgraph): Remove
|
||||
call to tidy_fallthru_edges.
|
||||
|
||||
2011-04-04 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* doc/options.texi (ToLower): Document.
|
||||
|
@ -830,7 +830,9 @@ tidy_fallthru_edge (edge e)
|
||||
/* Fix up edges that now fall through, or rather should now fall through
|
||||
but previously required a jump around now deleted blocks. Simplify
|
||||
the search by only examining blocks numerically adjacent, since this
|
||||
is how they were created. */
|
||||
is how they were created.
|
||||
|
||||
??? This routine is currently RTL specific. */
|
||||
|
||||
void
|
||||
tidy_fallthru_edges (void)
|
||||
|
@ -4964,8 +4964,6 @@ delete_unreachable_blocks_update_callgraph (copy_body_data *id)
|
||||
}
|
||||
}
|
||||
|
||||
if (changed)
|
||||
tidy_fallthru_edges ();
|
||||
return changed;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user