(tstdi): Add missing parallel around the pattern.
authorRichard Kenner <kenner@gcc.gnu.org>
Sun, 13 Apr 1997 16:53:00 +0000 (12:53 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Sun, 13 Apr 1997 16:53:00 +0000 (12:53 -0400)
From-SVN: r13881

gcc/config/m68k/m68k.md

index 86a70b6361d25237281e3a1b4c13796b77a453f9..92733efe4416393e51bf870abc772679aaec2b28 100644 (file)
 ;; be folded while optimizing anyway.
 
 (define_expand "tstdi"
-  [(set (cc0)
-       (match_operand:DI 0 "nonimmediate_operand" ""))
-   (clobber (match_scratch:SI 1 ""))
-   (clobber (match_scratch:DI 2 ""))]
+  [(parallel [(set (cc0)
+                  (match_operand:DI 0 "nonimmediate_operand" ""))
+             (clobber (match_scratch:SI 1 ""))
+             (clobber (match_scratch:DI 2 ""))])]
   ""
   "m68k_last_compare_had_fp_operands = 0;")