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]

Re: Oust HPPA PIC_OFFSET_TABLE_REGNUM_SAVED


    As I understand it, the reason we don't emit it unconditionally is
    that insns can't be deleted in the prologue, so we try not to emit it
    if it isn't needed.

Yes, they can, as long as a REG_MAYBE_DEAD note is on the insn.

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