This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: INSN_CODE_NUMBER of INT_MAX
- To: rth at redhat dot com
- Subject: Re: INSN_CODE_NUMBER of INT_MAX
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- Date: Thu, 26 Jul 01 14:28:38 EDT
- Cc: gcc at gcc dot gnu dot org
It's never supposed to get to extract_insn. That insn is supposed
to be removed at the end of combine. Has one slipped through?
Apparently so: it was can from regrename.
Now that I know when it's supposed to be removed, I'll see what's going on.