* lra-constraints.c (process_address): Add forward declaration.
commit856bd6f2e80ac39eb19b9eb9440e1fdd5aa2ce58
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 18 Dec 2016 08:33:38 +0000 (18 08:33 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 18 Dec 2016 08:33:38 +0000 (18 08:33 +0000)
treec7ad9a5ffe87315078843364e3dea2f9a8f68470
parent648acf3fe8c39cf116f810ab328d9ba73725771d
* lra-constraints.c (process_address): Add forward declaration.
(simplify_operand_subreg): In the MEM case, if the adjusted memory
reference is not sufficient aligned and the address was invalid,
reload the address before reloading the original memory reference.
Fix long lines and add a final return for the sake of clarity.

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