Commit dd074554 by Joern Rennecke

Formatting fix.

From-SVN: r25171
parent 564ea051
...@@ -5641,7 +5641,7 @@ find_reloads_subreg_address (x, force_replace, opnum, type, ...@@ -5641,7 +5641,7 @@ find_reloads_subreg_address (x, force_replace, opnum, type,
rtx tem = make_memloc (SUBREG_REG (x), regno); rtx tem = make_memloc (SUBREG_REG (x), regno);
/* If the address changes because of register elimination, then /* If the address changes because of register elimination, then
it must be replaced. */ it must be replaced. */
if (force_replace if (force_replace
|| ! rtx_equal_p (tem, reg_equiv_mem[regno])) || ! rtx_equal_p (tem, reg_equiv_mem[regno]))
{ {
......
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