({load,store}_multiple): Use MATCH_PAR_DUP instead of MATCH_PARALLEL.

From-SVN: r1908
This commit is contained in:
Richard Kenner 1992-08-20 07:22:26 -04:00
parent 52c293f8cc
commit b4aee14e5a

View File

@ -1017,8 +1017,8 @@
(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 "" ""))])]
""
"
{
@ -1316,8 +1316,8 @@
(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 "" ""))])]
""
"
{