Commit a8efb5bb by Andrew Haley Committed by Andrew Haley

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
parent 685c9c11
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
......
......@@ -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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment