({load,store}_multiple): Use MATCH_PAR_DUP instead of MATCH_PARALLEL.
From-SVN: r1908
This commit is contained in:
parent
52c293f8cc
commit
b4aee14e5a
@ -1017,7 +1017,7 @@
|
|||||||
(define_expand "load_multiple"
|
(define_expand "load_multiple"
|
||||||
[(set (reg:SI 179)
|
[(set (reg:SI 179)
|
||||||
(match_operand:SI 2 "const_int_operand" ""))
|
(match_operand:SI 2 "const_int_operand" ""))
|
||||||
(match_parallel 3 "" [(set (match_operand:SI 0 "" "")
|
(match_par_dup 3 [(set (match_operand:SI 0 "" "")
|
||||||
(match_operand:SI 1 "" ""))])]
|
(match_operand:SI 1 "" ""))])]
|
||||||
""
|
""
|
||||||
"
|
"
|
||||||
@ -1316,7 +1316,7 @@
|
|||||||
(define_expand "store_multiple_no_bug"
|
(define_expand "store_multiple_no_bug"
|
||||||
[(set (reg:SI 179)
|
[(set (reg:SI 179)
|
||||||
(match_operand:SI 2 "const_int_operand" ""))
|
(match_operand:SI 2 "const_int_operand" ""))
|
||||||
(match_parallel 3 "" [(set (match_operand:SI 0 "" "")
|
(match_par_dup 3 [(set (match_operand:SI 0 "" "")
|
||||||
(match_operand:SI 1 "" ""))])]
|
(match_operand:SI 1 "" ""))])]
|
||||||
""
|
""
|
||||||
"
|
"
|
||||||
|
Loading…
Reference in New Issue
Block a user