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,i386] fix PR 11001


Hello!

> +      /* Can't use this if the user has appropriated eax, ecx, or edi.  */
> +      if (global_regs[0] || global_regs[2] || global_regs[5])
> +        return false;
> +

Can you use/add AX_REG, CX_REG, DI_REG, SI_REG instead using 0, 2,
4, 5?

I'll commit the update as soon as bootstrap finishes. A couple of constants has to be added to i386.md.


Uros.


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