Fix typo.
authorRichard Kenner <kenner@gcc.gnu.org>
Thu, 20 Aug 1992 11:24:17 +0000 (07:24 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Thu, 20 Aug 1992 11:24:17 +0000 (07:24 -0400)
From-SVN: r1909

gcc/config/a29k/a29k.md

index 08c5ed453f92110116db6ae7e96c5fca6d7a4402..abfba4d66b6e2314b05ae76ae32e3cc26e378da4 100644 (file)
 }")
 
 (define_expand "store_multiple_bug"
-  [(match_par_dup 3 "" [(set (match_operand:SI 0 "" "")
-                            (match_operand:SI 1 "" ""))
-                       (use (match_operand:SI 2 "" ""))])]
+  [(match_par_dup 3 [(set (match_operand:SI 0 "" "")
+                         (match_operand:SI 1 "" ""))
+                    (use (match_operand:SI 2 "" ""))])]
   ""
   "
 {