projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
645ea9e
)
* config/rx/rx.c (rx_mode_dependent_address_p): Remove unneeded asserts.
author
DJ Delorie
<dj@redhat.com>
Sat, 8 Aug 2015 01:09:20 +0000
(21:09 -0400)
committer
DJ Delorie
<dj@gcc.gnu.org>
Sat, 8 Aug 2015 01:09:20 +0000
(21:09 -0400)
From-SVN: r226730
gcc/ChangeLog
patch
|
blob
|
history
gcc/config/rx/rx.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index a92a707db321eb73260a3d012ecd88b5a6ec3dfd..00070d94dfad2feeb8214a943137e4ee051373bf 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-1,3
+1,7
@@
+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>
PR rtl-optimization/67029
diff --git
a/gcc/config/rx/rx.c
b/gcc/config/rx/rx.c
index 348470e8d8fb14fb0da8ffcde29255e996f9eb41..c68f29ef6b6e1cf40fc0d664f265c3dcb4bb50b5 100644
(file)
--- a/
gcc/config/rx/rx.c
+++ b/
gcc/config/rx/rx.c
@@
-371,8
+371,6
@@
rx_mode_dependent_address_p (const_rtx addr, addr_space_t as ATTRIBUTE_UNUSED)
return true;
case MULT:
- gcc_assert (REG_P (XEXP (addr, 0)));
- gcc_assert (CONST_INT_P (XEXP (addr, 1)));
/* REG+REG*SCALE is always mode dependent. */
return true;