From: David Vázquez Date: Sun, 12 May 2013 15:05:13 +0000 (+0100) Subject: Correct `ir-convert' comment X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=191a43462bcb1c391a8dddd8adcc38eabc86aa74;p=jscl.git Correct `ir-convert' comment --- diff --git a/experimental/compiler.lisp b/experimental/compiler.lisp index 388157f..773d976 100644 --- a/experimental/compiler.lisp +++ b/experimental/compiler.lisp @@ -554,10 +554,10 @@ (let ((call (make-call :function func-lvar :arguments args-lvars :lvar result))) (insert-node call))))) -;;; Convert the Lisp expression FORM into IR before the NEXT node, it -;;; may create new basic blocks into the current component. RESULT is -;;; the lvar representing the result of the computation or null if the -;;; value should be discarded. The IR is inserted at *CURSOR*. +;;; Convert the Lisp expression FORM, it may create new basic +;;; blocks. RESULT is the lvar representing the result of the +;;; computation or null if the value should be discarded. The IR is +;;; inserted at *CURSOR*. (defun ir-convert (form &optional result (*cursor* *cursor*)) ;; Rebinding the lexical environment here we make sure that the ;; lexical information introduced by FORM is just available for