* postreload-gcse.c (hash_scan_set): Remove bogus assertion.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98873
138bc75d-0d04-0410-961f-
82ee72b054a4
+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
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. */