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]

Re: Patch to fix / improve single_set_2


On Sun, Apr 08, 2001 at 11:48:33AM -0400, John Wehle wrote:
> This patch fixes single_set_2 so that it handles simple sets...

How, pray tell, did this get here?  It's supposed to be
handled by single_set directly.

> ... and realizes that a SET_SRC which is a const call does not
> have a side effect.

I don't think this is safe -- const calls do clobber registers.


r~


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