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

2005-04-27  Andrew Haley  <aph@redhat.com>

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

From-SVN: r98873
This commit is contained in:
Andrew Haley 2005-04-27 18:39:05 +00:00 committed by Andrew Haley
parent 685c9c11b8
commit a8efb5bb1e
2 changed files with 4 additions and 3 deletions

View 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

View 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. */