Commit 3ff78fe3 by Richard Kenner

(tstdi): Add missing parallel around the pattern.

From-SVN: r13881
parent c9666c01
......@@ -304,10 +304,10 @@
;; 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;")
......
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