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:
parent
685c9c11b8
commit
a8efb5bb1e
@ -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
|
||||
|
@ -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. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user