This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [RFC] EPILOGUE_USES on PPC
- To: Franz Sirl <Franz dot Sirl-kernel at lauterbach dot com>
- Subject: Re: [RFC] EPILOGUE_USES on PPC
- From: Richard Henderson <rth at redhat dot com>
- Date: Sun, 7 Jan 2001 15:31:35 -0800
- Cc: gcc at gcc dot gnu dot org
- References: <01010719051700.18425@enzo.bigblue.local>
> backtrace.c:7: Can't find a register in class `LINK_REGS' while reloading
> `asm'.
Reload knows that lr is in use.
> +#define EPILOGUE_USES(REGNO) ((REGNO) == LINK_REGISTER_REGNUM)
Add `reload_completed &&'
r~