aboutsummaryrefslogtreecommitdiff
path: root/gcc/flow.c
diff options
context:
space:
mode:
authorRichard Henderson <rth@cygnus.com>2000-05-19 12:58:42 -0700
committerRichard Henderson <rth@gcc.gnu.org>2000-05-19 12:58:42 -0700
commit228c4d97ec5e44fcb923349fd1a76da0e83821a7 (patch)
treeb3ca18a8b70fbceefc06c6f63df21cd7c0a5e6cb /gcc/flow.c
parent8bd636c511add8b5363bffa5c2990de080c28691 (diff)
downloadgcc-228c4d97ec5e44fcb923349fd1a76da0e83821a7.zip
gcc-228c4d97ec5e44fcb923349fd1a76da0e83821a7.tar.gz
gcc-228c4d97ec5e44fcb923349fd1a76da0e83821a7.tar.bz2
* flow.c (make_edges): The sibling call edge to exit is abnormal.
From-SVN: r34035
Diffstat (limited to 'gcc/flow.c')
-rw-r--r--gcc/flow.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/flow.c b/gcc/flow.c
index e6d4bbb..b274130 100644
--- a/gcc/flow.c
+++ b/gcc/flow.c
@@ -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