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]

Re: REG_LABEL note is an EXPR_LIST, not an INSN_LIST


On Tue, Aug 28, 2001 at 07:15:33PM -0300, Alexandre Oliva wrote:
> REG_LABELs were created as EXPR_LIST everywhere but here.  I'm
> checking this in as obviously correct.

Incorrect.

The contents of a REG_LABEL CODE_LABEL, which is a top-level form
in the instruction stream.  Therefore it should use INSN_LIST.



r~


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