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] don't use virtual reg in libcall after instantiation



> On Thu, Apr 05, 2001 at 01:52:10PM -0400, DJ Delorie wrote:
> > 	* function.h (virtuals_instantiated): Declare.
> > 	* function.c: (virtuals_instantiated): Make global.
> > 	* calls.c (emit_library_call_value_1): Use
> > 	virtual_outgoing_args_rtx only if it hasn't been instantiated.
> > 	Otherwise, use the stack pointer directly.

rth replied:
> Ok.

Checked in.  Thanks!


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