This is the mail archive of the gcc@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: removing unused NOTE_INSN notes?


On Mon, Sep 17, 2001 at 03:58:43PM +0200, Jan Hubicka wrote:
>  /* Start/end of a live range region, where pseudos allocated on the stack
>      can be allocated to temporary registers.  Uses NOTE_RANGE_INFO.  */
>   NOTE_INSN_RANGE_BEG,
>   NOTE_INSN_RANGE_END,
> 
>   /* Record which registers are currently live.  Uses NOTE_LIVE_INFO.  */
>   NOTE_INSN_LIVE,

These are used by some Cygnus local code that I suspect will
never be submitted, since the problem it tries to solve is 
much better done with a competely new register allocator.

I'm surprised these definitions leaked to the outside world...


r~


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