]> gcc.gnu.org Git - gcc.git/commitdiff
* mips.md (return_internal): Change mode from SImode to VOIDmode.
authorJim Wilson <wilson@cygnus.com>
Mon, 12 Jan 1998 23:42:43 +0000 (23:42 +0000)
committerJeff Law <law@gcc.gnu.org>
Mon, 12 Jan 1998 23:42:43 +0000 (16:42 -0700)
From-SVN: r17320

gcc/ChangeLog
gcc/config/mips/mips.md

index fca573f817d3ca13529667e78a9c16d01c7f7852..4c7680977c355ebf8d26c7757cdd2100751873df 100644 (file)
@@ -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
index bf44a6f1d1964f4e0cade9aedbd39b385ea80ffb..dca0438dc93695fd06bc9c3a93ba4b94db813004 100644 (file)
@@ -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)]
   ""
   "*
This page took 0.096595 seconds and 5 git commands to generate.