mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-19 19:39:35 +08:00
* mips.md (return_internal): Change mode from SImode to VOIDmode.
From-SVN: r17320
This commit is contained in:
parent
a0d5fba7d2
commit
32318600e9
@ -1,3 +1,7 @@
|
||||
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)]
|
||||
""
|
||||
"*
|
||||
|
Loading…
Reference in New Issue
Block a user