From 191a43462bcb1c391a8dddd8adcc38eabc86aa74 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20V=C3=A1zquez?= Date: Sun, 12 May 2013 16:05:13 +0100 Subject: [PATCH] Correct `ir-convert' comment --- experimental/compiler.lisp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 1.7.10.4