Commit 78340c9f by Nick Clifton Committed by Nick Clifton

Only check machine class insns for improper emission of a RETURN

From-SVN: r31623
parent 8de7c9a0
2000-01-25 Nick Clifton <nickc@redhat.com>
* emit-rtl.c (emit_insn): Only check machine class insns for
improper emission of a RETURN.
2000-01-25 Richard Henderson <rth@cygnus.com>
* Makefile.in (flow.o): Depend on $(EXPR_H).
......
......@@ -2961,6 +2961,7 @@ emit_insn (pattern)
#ifdef ENABLE_RTL_CHECKING
if (insn
&& GET_RTX_CLASS (GET_CODE (insn)) == 'i'
&& (returnjump_p (insn)
|| (GET_CODE (insn) == SET
&& SET_DEST (insn) == pc_rtx)))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment