(reload_out{q,h}i): Write as proper PARALLEL.
From-SVN: r2844
This commit is contained in:
parent
8a6f812952
commit
df6c0bdc91
@ -307,9 +307,9 @@
|
||||
[(set_attr "type" "store")])
|
||||
|
||||
(define_expand "reload_outqi"
|
||||
[(set (match_operand:QI 0 "symbolic_memory_operand" "=m")
|
||||
(match_operand:QI 1 "" "r"))
|
||||
(match_operand:SI 2 "" "=&b")]
|
||||
[(parallel [(set (match_operand:QI 0 "symbolic_memory_operand" "=m")
|
||||
(match_operand:QI 1 "" "r"))
|
||||
(clobber (match_operand:SI 2 "" "=&b"))])]
|
||||
""
|
||||
"")
|
||||
|
||||
@ -362,9 +362,9 @@
|
||||
[(set_attr "type" "store")])
|
||||
|
||||
(define_expand "reload_outhi"
|
||||
[(set (match_operand:HI 0 "symbolic_memory_operand" "=m")
|
||||
(match_operand:HI 1 "" "r"))
|
||||
(match_operand:SI 2 "" "=&b")]
|
||||
[(parallel [(set (match_operand:HI 0 "symbolic_memory_operand" "=m")
|
||||
(match_operand:HI 1 "" "r"))
|
||||
(clobber (match_operand:SI 2 "" "=&b"))])]
|
||||
""
|
||||
"")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user