postreload-gcse.c (hash_scan_set): Remove bogus assertion.
authorAndrew Haley <aph@redhat.com>
Wed, 27 Apr 2005 18:39:05 +0000 (18:39 +0000)
committerAndrew Haley <aph@gcc.gnu.org>
Wed, 27 Apr 2005 18:39:05 +0000 (18:39 +0000)
2005-04-27  Andrew Haley  <aph@redhat.com>

        * postreload-gcse.c (hash_scan_set): Remove bogus assertion.

From-SVN: r98873

gcc/ChangeLog
gcc/postreload-gcse.c

index 7e2c452ff1416cddee30afbd046ec167b49dc301..af1b5fd162629dd8d04daa266e21bdaa120f1622 100644 (file)
@@ -1,3 +1,7 @@
+2005-04-27  Andrew Haley  <aph@redhat.com>
+
+       * postreload-gcse.c (hash_scan_set): Remove bogus assertion.
+
 2005-04-27  Nathan Sidwell  <nathan@codesourcery.com>
 
        * config/arm/arm.h (CONDITIONAL_REGISTER_USAGE): Reserve arm frame
index daacb538b62e90f34b5bef1f831b39ac5cc8e24c..3734ed1c6090297102692dd9d6bb40b8610c3b7a 100644 (file)
@@ -737,9 +737,6 @@ hash_scan_set (rtx insn)
   if (JUMP_P (insn) || set_noop_p (pat))
     return;
 
-  /* We shouldn't have any EH_REGION notes post reload.  */
-  gcc_assert (!find_reg_note (insn, REG_EH_REGION, NULL_RTX));
-
   if (REG_P (dest))
     {
       if (/* Don't CSE something if we can't do a reg/reg copy.  */