* combine.c (distribute_notes): Handle REG_EH_RETHROW.
authorAndreas Schwab <schwab@suse.de>
Wed, 18 Aug 1999 04:57:50 +0000 (04:57 +0000)
committerRichard Henderson <rth@gcc.gnu.org>
Wed, 18 Aug 1999 04:57:50 +0000 (21:57 -0700)
From-SVN: r28743

gcc/ChangeLog
gcc/combine.c

index 94305d13b3d86451aca9e73e8cafd6c915823990..f47730dede39679933b444eec6cfceaeed69405e 100644 (file)
@@ -1,3 +1,7 @@
+Tue Aug 17 21:57:23 1999  Andreas Schwab  <schwab@suse.de>
+
+       * combine.c (distribute_notes): Handle REG_EH_RETHROW.
+
 Tue Aug 17 17:39:43 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>
 
        * flow.c (create_edge_list): Use xmalloc, not malloc.
index 9df5ae57f215a6e11918bc2c8894ce20e1941e13..b749b3333fa30e66af76e929f675fb3e8554256d 100644 (file)
@@ -11407,8 +11407,9 @@ distribute_notes (notes, from_insn, i3, i2, elim_i2, elim_i1)
          break;
 
        case REG_EH_REGION:
-         /* This note must remain with the call.  It should not be possible
-            for both I2 and I3 to be a call.  */
+       case REG_EH_RETHROW:
+         /* These notes must remain with the call.  It should not be
+            possible for both I2 and I3 to be a call.  */
          if (GET_CODE (i3) == CALL_INSN) 
            place = i3;
          else if (i2 && GET_CODE (i2) == CALL_INSN)