Commit f3e9068e by Joern Rennecke

(calc_live_regs): exclude RETURN_ADDRESS_POINTER_REGNUM.

From-SVN: r13626
parent cc27ef74
......@@ -2595,6 +2595,7 @@ calc_live_regs (count_ptr, live_regs_mask2)
|| reg == MACH_REG
|| reg == MACL_REG)
&& reg != STACK_POINTER_REGNUM && reg != ARG_POINTER_REGNUM
&& reg != RETURN_ADDRESS_POINTER_REGNUM
&& reg != T_REG && reg != GBR_REG)
{
if (reg >= 32)
......
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