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: Patch to improve find_base_term ADDRESSOF handling


    +     case ADDRESSOF:
    +       return stack_pointer_rtx;

Why the stack pointer?  I'd think FP was better.  Or one of the virtual
registers.  Can you say more here?

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