mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-19 03:40:26 +08:00
Only check machine class insns for improper emission of a RETURN
From-SVN: r31623
This commit is contained in:
parent
8de7c9a0eb
commit
78340c9f9f
@ -1,3 +1,8 @@
|
||||
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)))
|
||||
|
Loading…
x
Reference in New Issue
Block a user