Commit be8fe470 by Torbjorn Granlund

Conditionalize special treatment of

PIC_OFFSET_TABLE_REGNUM on PIC_OFFSET_TABLE_REG_CALL_CLOBBERED.

From-SVN: r6539
parent 2ab0a5c4
...@@ -8028,7 +8028,7 @@ cse_main (f, nregs, after_loop, file) ...@@ -8028,7 +8028,7 @@ cse_main (f, nregs, after_loop, file)
#if ARG_POINTER_REGNUM != FRAME_POINTER_REGNUM #if ARG_POINTER_REGNUM != FRAME_POINTER_REGNUM
&& ! (i == ARG_POINTER_REGNUM && fixed_regs[i]) && ! (i == ARG_POINTER_REGNUM && fixed_regs[i])
#endif #endif
#ifdef PIC_OFFSET_TABLE_REGNUM #if defined (PIC_OFFSET_TABLE_REGNUM) && !defined (PIC_OFFSET_TABLE_REG_CALL_CLOBBERED)
&& ! (i == PIC_OFFSET_TABLE_REGNUM && flag_pic) && ! (i == PIC_OFFSET_TABLE_REGNUM && flag_pic)
#endif #endif
) )
......
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