Commit f81c389d by Richard Kenner

(find_reloads_address): Remove two block-scope decls of unused

variable OLDREF.

From-SVN: r6890
parent bd5a664e
...@@ -4074,7 +4074,6 @@ find_reloads_address (mode, memrefloc, ad, loc, opnum, type, ind_levels) ...@@ -4074,7 +4074,6 @@ find_reloads_address (mode, memrefloc, ad, loc, opnum, type, ind_levels)
/* Unshare the MEM rtx so we can safely alter it. */ /* Unshare the MEM rtx so we can safely alter it. */
if (memrefloc) if (memrefloc)
{ {
rtx oldref = *memrefloc;
*memrefloc = copy_rtx (*memrefloc); *memrefloc = copy_rtx (*memrefloc);
loc = &XEXP (*memrefloc, 0); loc = &XEXP (*memrefloc, 0);
} }
...@@ -4206,7 +4205,6 @@ find_reloads_address (mode, memrefloc, ad, loc, opnum, type, ind_levels) ...@@ -4206,7 +4205,6 @@ find_reloads_address (mode, memrefloc, ad, loc, opnum, type, ind_levels)
if (memrefloc && GET_CODE (ad) == SYMBOL_REF if (memrefloc && GET_CODE (ad) == SYMBOL_REF
&& CONSTANT_POOL_ADDRESS_P (ad)) && CONSTANT_POOL_ADDRESS_P (ad))
{ {
rtx oldref = *memrefloc;
*memrefloc = copy_rtx (*memrefloc); *memrefloc = copy_rtx (*memrefloc);
loc = &XEXP (*memrefloc, 0); loc = &XEXP (*memrefloc, 0);
} }
......
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