(reload_outdi): Write as proper PARALLEL.

From-SVN: r2744
This commit is contained in:
Richard Kenner 1992-11-11 12:51:34 -05:00
parent 6419d86083
commit bf02fc0983
1 changed files with 3 additions and 3 deletions

View File

@ -454,9 +454,9 @@
(set_attr "length" "8,12")])
(define_expand "reload_outdi"
[(set (match_operand:DI 0 "symbolic_memory_operand" "=m")
(match_operand:DI 1 "" "r"))
(match_operand:SI 2 "" "=&b")]
[(parallel [(set (match_operand:DI 0 "symbolic_memory_operand" "=m")
(match_operand:DI 1 "" "r"))
(clobber (match_operand:SI 2 "" "=&b"))])]
""
"")