mips.md (reload_outputdi): Require that operand0 be a general_operand.
authorMark Mitchell <mark@codesourcery.com>
Thu, 19 Apr 2001 17:35:46 +0000 (17:35 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Thu, 19 Apr 2001 17:35:46 +0000 (17:35 +0000)
* mips.md (reload_outputdi): Require that operand0 be a
general_operand.

From-SVN: r41423

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

index 576c6e492b2214ed1f26122b4ef178abb3561b3f..429a18445e0718d0dd0c6330c4497e1139c01dc8 100644 (file)
@@ -1,3 +1,8 @@
+2001-04-19  Mark Mitchell  <mark@codesourcery.com>
+
+       * mips.md (reload_outputdi): Require that operand0 be a
+       general_operand.
+
 2001-04-19  Jakub Jelinek  <jakub@redhat.com>
 
        * invoke.texi (-Wshadow): Clarify.
index d7c421327d6ba2fb65af77a943aae4df5345bccc..4740f6ce120b369554edfd02c4232bb759fc0f35 100644 (file)
@@ -5087,7 +5087,7 @@ move\\t%0,%z4\\n\\
 ;; use a TImode scratch reg.
 
 (define_expand "reload_outdi"
-  [(set (match_operand:DI 0 "" "=b")
+  [(set (match_operand:DI 0 "general_operand" "=b")
        (match_operand:DI 1 "se_register_operand" "b"))
    (clobber (match_operand:TI 2 "register_operand" "=&d"))]
   "TARGET_64BIT"