* flow.c (make_edges): The sibling call edge to exit is abnormal.

From-SVN: r34035
This commit is contained in:
Richard Henderson 2000-05-19 12:58:42 -07:00 committed by Richard Henderson
parent 8bd636c511
commit 228c4d97ec
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2000-05-19 Richard Henderson <rth@cygnus.com>
* flow.c (make_edges): The sibling call edge to exit is abnormal.
2000-05-19 Richard Henderson <rth@cygnus.com>
* jump.c (redirect_jump): Add delete_unused argument. Don't

View File

@ -1024,7 +1024,8 @@ make_edges (label_value_list)
wouldn't have created the sibling call in the first place. */
if (code == CALL_INSN && SIBLING_CALL_P (insn))
make_edge (edge_cache, bb, EXIT_BLOCK_PTR, 0);
make_edge (edge_cache, bb, EXIT_BLOCK_PTR,
EDGE_ABNORMAL | EDGE_ABNORMAL_CALL);
else
/* If this is a CALL_INSN, then mark it as reaching the active EH