Commit 32318600 by Jim Wilson Committed by Jeff Law

* mips.md (return_internal): Change mode from SImode to VOIDmode.

From-SVN: r17320
parent a0d5fba7
Tue Jan 13 00:44:02 1998 Jim Wilson <wilson@cygnus.com>
* mips.md (return_internal): Change mode from SImode to VOIDmode.
Sat Jan 10 22:11:39 1998 J. Kean Johnston <jkj@sco.com>
* i386/sco5.h (STARTFILE_SPEC, ENDFILE_SPEC): Correctly handle
......
......@@ -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)]
""
"*
......
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