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

Re: Confusing code in regrename.c


On Sun, Jun 26, 2005 at 05:27:31PM +0200, Steven Bosscher wrote:
> The stuff added in 1.28 (lines 1608-1612) to kill early-clobbered
> operands is precisely the same as what is done just a few lines
> earlier (lines 1595-1598).  Is this a thinko or is this necessary for
> some non-obvious reason??

The only kink I can find is that kill_autoinc_value does set up a new value.
Which might mean that I should have moved the code block instead of copying
it; presumably I was blind at the time.  And rename kill_autoinc_value, since
it does more than kill.


r~


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