1.0.29.28: optimize (EXPT -1 INTEGER)
[sbcl.git] / src / compiler / x86-64 / macros.lisp
index 7711130..a80b73e 100644 (file)
@@ -521,6 +521,7 @@ collection."
         ;; BODY is stuffed in a function to preserve the lexical
         ;; environment.
         `(flet ((,wpo () (progn ,@body)))
+           (declare (muffle-conditions compiler-note))
            ;; PINS are dx-allocated in case the compiler for some
            ;; unfathomable reason decides to allocate value-cells
            ;; for them -- since we have DX value-cells on x86oid