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: is REG_WAS_0 usable in final pass


On Sat, 2 Jun 2001, Denis Chertykov wrote:

>
> Is REG_WAS_0 usable in final pass?
> (While backend output asm patterns)
> `bbro' pass can change REG_WAS_0 note, but bbro don't correct it.
>
> Denis.
> PS: Only 3 ports uses REG_WAS_0: vax, tahoe and AVR.
> PS: vax and tahoe are pretty dead and I'm worry about AVR port.

I thought the i386 used it as well.  If that's no longer the case, we should
remove support for it (unless you have a really good argument why the AVR
needs it).  It costs too much to maintain these notes for no significant gain.


Bernd


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