From: Jim Wilson Date: Mon, 12 Jan 1998 23:42:43 +0000 (+0000) Subject: * mips.md (return_internal): Change mode from SImode to VOIDmode. X-Git-Tag: releases/libf2c-0.5.21~229 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=32318600e95d6b5c28f9bf1a19be199bd50de869;p=thirdparty%2Fgcc.git * mips.md (return_internal): Change mode from SImode to VOIDmode. From-SVN: r17320 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index fca573f817d3..4c7680977c35 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 bf44a6f1d196..dca0438dc936 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)] "" "*