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

DJ Delorie dj@redhat.com
Tue Nov 13 15:03:00 GMT 2001


> 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.

Applied.

> > + 		  if ((hard_reg = get_hard_reg_initial_reg (cfun, r1)) != NULL_RTX)
> 
> Watch the line wrap.

I pulled the assignment out, that put everything within 80 columns.



More information about the Gcc-patches mailing list