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] | |
> + /* 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?
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |