Commit df6c0bdc by Richard Kenner

(reload_out{q,h}i): Write as proper PARALLEL.

From-SVN: r2844
parent 8a6f8129
...@@ -307,9 +307,9 @@ ...@@ -307,9 +307,9 @@
[(set_attr "type" "store")]) [(set_attr "type" "store")])
(define_expand "reload_outqi" (define_expand "reload_outqi"
[(set (match_operand:QI 0 "symbolic_memory_operand" "=m") [(parallel [(set (match_operand:QI 0 "symbolic_memory_operand" "=m")
(match_operand:QI 1 "" "r")) (match_operand:QI 1 "" "r"))
(match_operand:SI 2 "" "=&b")] (clobber (match_operand:SI 2 "" "=&b"))])]
"" ""
"") "")
...@@ -362,9 +362,9 @@ ...@@ -362,9 +362,9 @@
[(set_attr "type" "store")]) [(set_attr "type" "store")])
(define_expand "reload_outhi" (define_expand "reload_outhi"
[(set (match_operand:HI 0 "symbolic_memory_operand" "=m") [(parallel [(set (match_operand:HI 0 "symbolic_memory_operand" "=m")
(match_operand:HI 1 "" "r")) (match_operand:HI 1 "" "r"))
(match_operand:SI 2 "" "=&b")] (clobber (match_operand:SI 2 "" "=&b"))])]
"" ""
"") "")
......
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