From 32318600e95d6b5c28f9bf1a19be199bd50de869 Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Mon, 12 Jan 1998 23:42:43 +0000 Subject: [PATCH] * mips.md (return_internal): Change mode from SImode to VOIDmode. From-SVN: r17320 --- gcc/ChangeLog | 4 ++++ gcc/config/mips/mips.md | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index fca573f817d..4c7680977c3 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Tue Jan 13 00:44:02 1998 Jim Wilson + + * mips.md (return_internal): Change mode from SImode to VOIDmode. + Sat Jan 10 22:11:39 1998 J. Kean Johnston * i386/sco5.h (STARTFILE_SPEC, ENDFILE_SPEC): Correctly handle diff --git a/gcc/config/mips/mips.md b/gcc/config/mips/mips.md index bf44a6f1d19..dca0438dc93 100644 --- a/gcc/config/mips/mips.md +++ b/gcc/config/mips/mips.md @@ -8796,8 +8796,10 @@ move\\t%0,%z4\\n\\ (set_attr "length" "1")]) ;; Normal return. +;; We match any mode for the return address, so that this will work with +;; both 32 bit and 64 bit targets. (define_insn "return_internal" - [(use (match_operand:SI 0 "register_operand" "")) + [(use (match_operand 0 "register_operand" "")) (return)] "" "* -- 2.30.2