Commit 0fa95f4e by DJ Delorie Committed by DJ Delorie

* config/rx/rx.c (rx_mode_dependent_address_p): Remove unneeded asserts.

From-SVN: r226730
parent 645ea9e8
2015-08-07 DJ Delorie <dj@redhat.com>
* config/rx/rx.c (rx_mode_dependent_address_p): Remove unneeded asserts.
2015-08-07 H.J. Lu <hongjiu.lu@intel.com> 2015-08-07 H.J. Lu <hongjiu.lu@intel.com>
PR rtl-optimization/67029 PR rtl-optimization/67029
......
...@@ -371,8 +371,6 @@ rx_mode_dependent_address_p (const_rtx addr, addr_space_t as ATTRIBUTE_UNUSED) ...@@ -371,8 +371,6 @@ rx_mode_dependent_address_p (const_rtx addr, addr_space_t as ATTRIBUTE_UNUSED)
return true; return true;
case MULT: case MULT:
gcc_assert (REG_P (XEXP (addr, 0)));
gcc_assert (CONST_INT_P (XEXP (addr, 1)));
/* REG+REG*SCALE is always mode dependent. */ /* REG+REG*SCALE is always mode dependent. */
return true; return true;
......
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