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: SECONDARY_MEMORY_NEEDED fix


On Mon, Aug 26, 2002 at 08:54:57PM +0200, Jan Hubicka wrote:
> !       {
> ! 	unsigned int regno = FIRST_PSEUDO_REGISTER;
> ! 	if (in && REG_P (in))
> ! 	   regno = REGNO (in);
> ! 	else if (in && GET_CODE (in) == SUBREG)
> ! 	   regno = REGNO (SUBREG_REG (in));

Use the reg_or_subregno from one of your other patches
and this is ok.


r~


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