Update check after force_const_mem call in the plus_constant function to see if the...
authorAndrew Bennett <andrew.bennett@imgtec.com>
Wed, 3 Jun 2015 09:15:25 +0000 (09:15 +0000)
committerAndrew Bennett <abennett@gcc.gnu.org>
Wed, 3 Jun 2015 09:15:25 +0000 (09:15 +0000)
commit2c19378bd99e09f4ee4876a090a884d25cd4e941
tree5ae75396fc0cc68da98f1f8daa8d07437ae1f690
parent48de5d37c34a0d18b4f0e19e9ab3f661586ae9ee
Update check after force_const_mem call in the plus_constant function to see if the value returned is not a NULL_RTX.

2015-06-03  Andrew Bennett  <andrew.bennett@imgtec.com>

gcc/
* explow.c (plus_constant): Update check after force_const_mem call
to see if the value returned is not a NULL_RTX.

From-SVN: r224064
gcc/ChangeLog
gcc/explow.c