Remove debugging format
authorDavid Vázquez <davazp@gmail.com>
Fri, 24 May 2013 22:12:46 +0000 (23:12 +0100)
committerDavid Vázquez <davazp@gmail.com>
Fri, 24 May 2013 22:12:46 +0000 (23:12 +0100)
experimental/compiler.lisp

index f8ef505..8ff1bcf 100644 (file)
                  ;; The set of nodes which belongs to this loop.
                  (body (natural-loop-body loop)))
             ;; The header belongs to the loop
-            (format t "~S ~S~%" (block-order header) loop)
             (setf (aref body (block-order header)) 1
                   (block-loop header) loop)
             ;; Add to the loop all the blocks which can reach the tail