({load,store}_multiple): Use MATCH_PAR_DUP instead of MATCH_PARALLEL.
authorRichard Kenner <kenner@gcc.gnu.org>
Thu, 20 Aug 1992 11:22:26 +0000 (07:22 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Thu, 20 Aug 1992 11:22:26 +0000 (07:22 -0400)
From-SVN: r1908

gcc/config/a29k/a29k.md

index a2560c5c854714742c05b41839249a47fb70be52..08c5ed453f92110116db6ae7e96c5fca6d7a4402 100644 (file)
 (define_expand "load_multiple"
   [(set (reg:SI 179)
        (match_operand:SI 2 "const_int_operand" ""))
-   (match_parallel 3 "" [(set (match_operand:SI 0 "" "")
-                             (match_operand:SI 1 "" ""))])]
+   (match_par_dup 3 [(set (match_operand:SI 0 "" "")
+                         (match_operand:SI 1 "" ""))])]
   ""
   "
 {
 (define_expand "store_multiple_no_bug"
   [(set (reg:SI 179)
        (match_operand:SI 2 "const_int_operand" ""))
-   (match_parallel 3 "" [(set (match_operand:SI 0 "" "")
-                             (match_operand:SI 1 "" ""))])]
+   (match_par_dup 3 [(set (match_operand:SI 0 "" "")
+                         (match_operand:SI 1 "" ""))])]
   ""
   "
 {