On 1/11/07, Andrija Radicevic <[EMAIL PROTECTED]> wrote:
Hi, how could I find out from which patterns, in the md file, the 00.expand file was generated (i.e. to map the patterns in the expand file with the ones in the .md file)? Is there a compiler option/switch which would tell the compiler mark the patterns in the expand file with the insns names from the md file?
There isn't. You would have to walk over the insn and make recog assign them an insn code. Gr. Steven