Commit bf02fc09 by Richard Kenner

(reload_outdi): Write as proper PARALLEL.

From-SVN: r2744
parent 6419d860
......@@ -454,9 +454,9 @@
(set_attr "length" "8,12")])
(define_expand "reload_outdi"
[(set (match_operand:DI 0 "symbolic_memory_operand" "=m")
[(parallel [(set (match_operand:DI 0 "symbolic_memory_operand" "=m")
(match_operand:DI 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