This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: arm.c: add REG_MAYBE_DEAD notes for frame pointer initialisation.


On Wed, Jan 16, 2002 at 04:36:23PM +0000, Nick Clifton wrote:
>   Under some circumstances propagate_one_insn() will complain about
>   the apparently useless insns to initialise the frame pointer
>   generated by the ARM prologue code.  The patch below adds a
>   REG_MAYBE_DEAD note to these insns to prevent the problem from
>   occurring.

This will simply remove the insn without complaining,
which is surely not what you wanted wrt a frame pointer.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]