This is the mail archive of the gcc@gcc.gnu.org mailing list for the EGCS project.


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

Re: Simple RTL question (was: New cfg code)


jquinn@nortelnetworks.com (Jerry Quinn) writes:
> 
>  Bernd> All the rtl expressions are defined (and documented) in the rtl.def
>  Bernd> file.  The section for CODE_LABEL is this: /* Holds a label that is
>  Bernd> followed by instructions.  Operand: 3: is a number that is unique in
>  Bernd> the entire compilation.  4: is the user-given name of the label, if
>  Bernd> any.  5: is used in jump.c for the use-count of the label.  6: is used
>  Bernd> in flow.c to point to the chain of label_ref's to this label.  */
> 
> OK, so the info docs are out of synch.  If nobody else does, I'll submit an update.

Would it be possible to generate those parts of rtl.texi mechanically
from rtl.def (via a perl script or similar) ? 


-Andi
-- 
This is like TV. I don't like TV.

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