This is the mail archive of the gcc@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: use of preserve_temp_slots in copy_blkmode_from_reg


    While looking at this, I found that expr.c always calls
    free_temp_slots immediately followed by pops_temp_slots. Isn't the
    call to free_temp_slots pointless there?

It looks like it is now.  It didn't used to be though (when we had RTL_EXPR).


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