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]

Re: Initial values vs inlined functions [was: PATCH: extra machine-dependent passes]


On Tue, Jun 19, 2001 at 10:30:37PM -0400, DJ Delorie wrote:
> +   /* Map pseudos used for initial hard reg values.  */
> +   setup_initial_hard_reg_value_integration (inl_f, map);

I still say you're working too hard and shouldn't emit
the initialization instructions until we've done with
integration.

> !   return get_hard_reg_initial_val (Pmode, REG_RA);

Moreover, this is a nice interface,

> !   if (!has_func_hard_reg_initial_val (cfun, gen_rtx_REG (Pmode, REG_RA)))

and this isn't.


r~


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