m68k.c (m68k_expand_epilogue): Emit a return insn with emit_jump_insn.

* config/m68k/m68k.c (m68k_expand_epilogue): Emit a return
	insn with emit_jump_insn.

From-SVN: r125801
This commit is contained in:
Kazu Hirata 2007-06-18 13:58:33 +00:00 committed by Kazu Hirata
parent ac10986fad
commit 4957072385
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2007-06-18 Kazu Hirata <kazu@codesourcery.com>
* config/m68k/m68k.c (m68k_expand_epilogue): Emit a return
insn with emit_jump_insn.
2007-06-18 Uros Bizjak <ubizjak@gmail.com>
PR tree-optimization/32383

View File

@ -1214,7 +1214,7 @@ m68k_expand_epilogue (bool sibcall_p)
EH_RETURN_STACKADJ_RTX));
if (!sibcall_p)
emit_insn (gen_rtx_RETURN (VOIDmode));
emit_jump_insn (gen_rtx_RETURN (VOIDmode));
}
/* Return true if X is a valid comparison operator for the dbcc