Update check after force_const_mem call in the plus_constant function to see if the...
authorabennett <abennett@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 3 Jun 2015 09:15:25 +0000 (09:15 +0000)
committerabennett <abennett@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 3 Jun 2015 09:15:25 +0000 (09:15 +0000)
commit2effb0642360ef4e6f7b6416d43a31125915e5da
tree5ae75396fc0cc68da98f1f8daa8d07437ae1f690
parent7f0dce599fc3079b81629b785321620db9e1cbdc
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@224064 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/explow.c