Prevent extraneous errors from returnjump_p with rtl checking

Richard Henderson rth@cygnus.com
Tue Jan 25 16:43:00 GMT 2000


On Tue, Jan 25, 2000 at 04:05:55PM -0800, Nick Clifton wrote:
> + #if ENABLE_RTL_CHECKING
> +   if (GET_CODE (insn) != INSN
> +       && GET_CODE (insn) != JUMP_INSN
> +       && GET_CODE (insn) != CALL_INSN)
> +     return 0;
> + #endif

No.  It's either always wrong or it isn't.

Where's this getting called on non-jump_insn rtxs?


r~


More information about the Gcc-patches mailing list