OSDN Git Service

(movstrsi): No predicate is needed for the source or
authorwood <wood@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 7 Oct 1992 20:20:18 +0000 (20:20 +0000)
committerwood <wood@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 7 Oct 1992 20:20:18 +0000 (20:20 +0000)
destination.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@2357 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/m88k/m88k.md

index 639d564..be3b6f9 100644 (file)
@@ -28,7 +28,7 @@
 (define_expand "m88k_sccs_id"
   [(match_operand:SI 0 "" "")]
   ""
-  "{ static char sccs_id[] = \"@(#)m88k.md     2.2.12.1 09/12/92 07:08:29\";
+  "{ static char sccs_id[] = \"@(#)m88k.md     2.2.13.1 10/07/92 06:32:56\";
      FAIL; }")
 \f
 ;; Attribute specifications
 ;; String/block move insn.  See m88k.c for details.
 
 (define_expand "movstrsi"
-  [(parallel [(set (mem:BLK (match_operand:BLK 0 "general_operand" ""))
-                  (mem:BLK (match_operand:BLK 1 "general_operand" "")))
+  [(parallel [(set (mem:BLK (match_operand:BLK 0 "" ""))
+                  (mem:BLK (match_operand:BLK 1 "" "")))
              (use (match_operand:SI 2 "arith32_operand" ""))
              (use (match_operand:SI 3 "immediate_operand" ""))])]
   ""