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]
Other format: [Raw text]

Re: [patch] local-alloc: don't tie hard reg pseudos


On Wed, Nov 14, 2001 at 07:54:06PM -0500, DJ Delorie wrote:
> 	* integrate.c (get_hard_reg_initial_reg): New.
> 	* integrate.h (get_hard_reg_initial_reg): Prototype.
> 	* local-alloc.c (block_alloc): Don't tie pseudos that
> 	represent call-saved hard regs' initial values.

Ok.

> + 		  if ((hard_reg = get_hard_reg_initial_reg (cfun, r1)) != NULL_RTX)

Watch the line wrap.


r~


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