(reload_out{q,h}i): Write as proper PARALLEL.
authorRichard Kenner <kenner@gcc.gnu.org>
Tue, 8 Dec 1992 00:09:10 +0000 (19:09 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Tue, 8 Dec 1992 00:09:10 +0000 (19:09 -0500)
From-SVN: r2844

gcc/config/romp/romp.md

index 46bcb54..61ef132 100644 (file)
   [(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"))])]
   ""
   "")
 \f
   [(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"))])]
   ""
   "")
 \f