This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch] make mark_constant_pool() walk epilogue delay list correctly
- From: Richard Henderson <rth at redhat dot com>
- To: Alan Lehotsky <apl at alum dot mit dot edu>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Thu, 30 May 2002 23:42:25 -0700
- Subject: Re: [patch] make mark_constant_pool() walk epilogue delay list correctly
- References: <a05111a15b91c7b29ed4e@[63.214.69.153]>
On Thu, May 30, 2002 at 09:14:39PM -0400, Alan Lehotsky wrote:
> * varasm.c (mark_constant_pool): Walk epilogue delay list
> checking the insn, not the chain for potential constants.
Ok.
> rtx insn;
> + rtx link;
Indentation problem?
r~