0.pre7.14.flaky4.5:
[sbcl.git] / src / compiler / srctran.lisp
index 96761d9..58585f4 100644 (file)
 
 (dolist (x '(= char= + * logior logand logxor))
   (%deftransform x '(function * *) #'commutative-arg-swap
-                "place constant arg last."))
+                "place constant arg last"))
 
 ;;; Handle the case of a constant BOOLE-CODE.
 (deftransform boole ((op x y) * * :when :both)
 (defoptimizer (coerce derive-type) ((value type))
   (let ((value-type (continuation-type value))
         (type-type (continuation-type type)))
-    #!+sb-show (format t "~&coerce-derive-type value-type ~A type-type ~A~%"
-                       value-type type-type)
     (labels
         ((good-cons-type-p (cons-type)
            ;; Make sure the cons-type we're looking at is something