projects
/
jscl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0eca9eb
)
Remove debugging format
author
David Vázquez
<davazp@gmail.com>
Fri, 24 May 2013 22:12:46 +0000
(23:12 +0100)
committer
David Vázquez
<davazp@gmail.com>
Fri, 24 May 2013 22:12:46 +0000
(23:12 +0100)
experimental/compiler.lisp
patch
|
blob
|
history
diff --git
a/experimental/compiler.lisp
b/experimental/compiler.lisp
index
f8ef505
..
8ff1bcf
100644
(file)
--- a/
experimental/compiler.lisp
+++ b/
experimental/compiler.lisp
@@
-888,7
+888,6
@@
;; 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