This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: target register load optimizations
On Wed, Jun 18, 2003 at 07:16:32PM +0100, Joern Rennecke wrote:
> - if ((HAVE_epilogue && reload_completed)
> + if (epilogue_completed
I think I'd prefer the flag be epilogue_completed, but imply
only that thread_prologue_and_epilogue_insns has run, not also
that HAVE_epilogue is true. That will enable the enumeration
scheme to work in some future cleanup.
> + { "tars", 'd', 1, 0, 0 }, /* Yes, duplicate enable switch. */
Better as "btl" after renaming.
Otherwise ok. Thanks for the patience.
r~