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]
Other format: [Raw text]

Re: RFC: kill ORIGINAL_REGNO


On Tue, Apr 27, 2004 at 03:52:19PM +0200, Steven Bosscher wrote:
> In the only major ORIGINAL_REGNO user, regrename.c, we seem to be only
> interested in testing if ORIGINAL_REGNO (reg) == REGNO (reg), in which
> case it must have been a hard reg from an asm statement.

I think originally this was going to be used for var-tracking,
but that wound up inventing a new REG_ATTRS thing instead.

Patch is ok if it passes regression testing, and builds cc1 for
all targets touched.


r~


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