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: combine and noop moves, take 2


On Fri, Jul 20, 2001 at 10:38:12PM +0200, Jan Hubicka wrote:
> !   if (GET_CODE (pat) == SET && set_noop_p (pat))
> !     insn_code_number = 0;

I'm nervous about just picking 0, even temporarily, as this
gets put into INSN_CODE.  Use INT_MAX or something instead.

Otherwise ok.


r~


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