On 2/1/07, Pranav Bhandarkar <[EMAIL PROTECTED]> wrote:
However, the internals only warn against using INSN_CODE on use, clobber, asm_input, addr_vec, addr_diff_vec. There is no mention of other members of the other members of RTX_EXTRA. or shouldnt recog_memoized have an INSN_P check in it ? Am I missing something here ?
recog* should ice if what it gets passed is not an insn (i.e. !INSN_P). Gr. Steven