Commit a8663ab3 by Tom Wood

(movstrsi): No predicate is needed for the source or

	destination.

From-SVN: r2357
parent f4f0a8ee
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
(define_expand "m88k_sccs_id" (define_expand "m88k_sccs_id"
[(match_operand:SI 0 "" "")] [(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; }") FAIL; }")
;; Attribute specifications ;; Attribute specifications
...@@ -1734,8 +1734,8 @@ ...@@ -1734,8 +1734,8 @@
;; String/block move insn. See m88k.c for details. ;; String/block move insn. See m88k.c for details.
(define_expand "movstrsi" (define_expand "movstrsi"
[(parallel [(set (mem:BLK (match_operand:BLK 0 "general_operand" "")) [(parallel [(set (mem:BLK (match_operand:BLK 0 "" ""))
(mem:BLK (match_operand:BLK 1 "general_operand" ""))) (mem:BLK (match_operand:BLK 1 "" "")))
(use (match_operand:SI 2 "arith32_operand" "")) (use (match_operand:SI 2 "arith32_operand" ""))
(use (match_operand:SI 3 "immediate_operand" ""))])] (use (match_operand:SI 3 "immediate_operand" ""))])]
"" ""
......
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