Commit b4aee14e by Richard Kenner

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

From-SVN: r1908
parent 52c293f8
......@@ -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 "" ""))])]
""
"
{
......
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