Commit c552c146 by Richard Earnshaw Committed by Richard Earnshaw

re PR rtl-optimization/9090 ([3.2/3.3/3.4 regression?] arm ICE with >= -O2; regression from 2.95)

PR optimization/9090
* function.c (purge_addressof_1): After pushing an addressed register
onto the stack, simplify the result.

From-SVN: r61881
parent 9a376494
2003-01-27 Richard Earnshaw <rearnsha@arm.com>
PR optimization/9090
* function.c (purge_addressof_1): After pushing an addressed register
onto the stack, simplify the result.
2003-01-27 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
* doc/cppopts.texi: Fix typo.
......
......@@ -3007,10 +3007,7 @@ purge_addressof_1 (loc, insn, force, store, ht)
rtx sub, insns;
if (GET_CODE (XEXP (x, 0)) != MEM)
{
put_addressof_into_stack (x, ht);
return true;
}
put_addressof_into_stack (x, ht);
/* We must create a copy of the rtx because it was created by
overwriting a REG rtx which is always shared. */
......
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