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]

Re: INSN_CODE_NUMBER of INT_MAX


On Thu, Jul 26, 2001 at 04:14:57PM -0400, Richard Kenner wrote:
> OK, then I see the bug.  delete_noop_moves doesn't delete a nop insn that
> has a REG_EQUAL note.  But such can *still* get the INT_MAX INSN_CODE.
> Indeed ths insn in question had that note.
> 
> I'm not sure what was intended here.

I think this was due to some libcall lossage.  Probably it shouldn't
be checking for REG_EQUAL but REG_RETVAL.

To be sure, INT_MAX should always be deleted.  (Jan, I thought I
mentioned having a manifest constant NOOP_MOVE_INSN_CODE here?)


r~


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