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: [PATCH] fix to cfganal.c for target/5469


On Tue, Feb 05, 2002 at 09:34:04AM -0800, Richard Henderson wrote:
> On Tue, Feb 05, 2002 at 04:51:17PM +0100, Ulrich Weigand wrote:
> > Why should all assignments to fixed registers (including, in this case,
> > the condition code register) be kept with a function call?
> 
> They shouldn't.  Only straight moves should be.  But I see
> that we didn't check general_operand for the other side of
> the move.

Richard, I'll try to fix this if you want, but since you know what it
should do it would be easier if you do it.  Let me know.

Janis


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