aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorTom Wood <wood@gnu.org>1992-10-07 20:20:18 +0000
committerTom Wood <wood@gnu.org>1992-10-07 20:20:18 +0000
commita8663ab3b5995a1d13b709fe7779c3ce279e7d82 (patch)
treebd35eb68ba90d6af102c608d96925d12c3d835c2 /gcc
parentf4f0a8eeb24a4413af1093c3d1dcf03e26b13847 (diff)
downloadgcc-a8663ab3b5995a1d13b709fe7779c3ce279e7d82.zip
gcc-a8663ab3b5995a1d13b709fe7779c3ce279e7d82.tar.gz
gcc-a8663ab3b5995a1d13b709fe7779c3ce279e7d82.tar.bz2
(movstrsi): No predicate is needed for the source or
destination. From-SVN: r2357
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/m88k/m88k.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/m88k/m88k.md b/gcc/config/m88k/m88k.md
index 639d564..be3b6f9 100644
--- a/gcc/config/m88k/m88k.md
+++ b/gcc/config/m88k/m88k.md
@@ -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; }")
;; Attribute specifications
@@ -1734,8 +1734,8 @@
;; 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" ""))])]
""