This is the mail archive of the gcc-bugs@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: regmove question


Oops, I munged the ChangeLog entry.

> Thu Sep  2 20:08:23 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
> 
> 	* regmove.c (fixup_match_1): Don't move INSN in front of P if
> 	it would end up in the shadow of a live flags regsiter.
> 	(stable_but_for_p): Renamed to:
> 	(stable_and_no_regs_but_for_p).  Reject unchanging registers too.
> 	Changed all callers.

That should be:

Thu Sep  2 20:08:23 1999  J"orn Rennecke <amylaar@cygnus.co.uk>

	* regmove.c (fixup_match_1): Don't change an unchanging register.
	(stable_but_for_p): Renamed to:
	(stable_and_no_regs_but_for_p).  Reject unchanging registers too.
	Changed all callers.


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