* flow.c (make_edges): The sibling call edge to exit is abnormal.
authorRichard Henderson <rth@cygnus.com>
Fri, 19 May 2000 19:58:42 +0000 (12:58 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Fri, 19 May 2000 19:58:42 +0000 (12:58 -0700)
From-SVN: r34035

gcc/ChangeLog
gcc/flow.c

index 0ba93a4ef572493898615178a19ec31b134ffa47..c8c6c95a681edc69ebc62c9145b09cb58a70d6d9 100644 (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
index e6d4bbbcbfa5f7f48a79f0d695d271059887c6c2..b27413074165fd7c783c537b32bccb5eafa67f29 100644 (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