]> git.eshelyaron.com Git - emacs.git/commitdiff
* Fix two docstrings in comp.el
authorAndrea Corallo <akrl@sdf.org>
Thu, 25 Feb 2021 19:25:05 +0000 (20:25 +0100)
committerAndrea Corallo <akrl@sdf.org>
Thu, 25 Feb 2021 19:26:27 +0000 (20:26 +0100)
* lisp/emacs-lisp/comp.el (comp-new-frame,
comp-maybe-add-vmvar): Fix docstring.

lisp/emacs-lisp/comp.el

index 9ed92d720cf70cca850868a3981083b3958db26c..40c1dfd831b9af5e22ea04994e0a85a1f9d5d194 100644 (file)
@@ -1470,7 +1470,7 @@ STACK-OFF is the index of the first slot frame involved."
     mvar))
 
 (defun comp-new-frame (size vsize &optional ssa)
-  "Return a clean frame of meta variables of size SIZE.
+  "Return a clean frame of meta variables of size SIZE and VSIZE.
 If SSA non-nil populate it of m-var in ssa form."
   (cl-loop with v = (make-comp-vec :beg (- vsize) :end size)
            for i from (- vsize) below size
@@ -2324,7 +2324,7 @@ The assume is emitted at the beginning of the block BB."
     (setf (comp-func-ssa-status comp-func) 'dirty)))
 
 (defun comp-maybe-add-vmvar (op cmp-res insns-seq)
-  "If CMP-RES is clobbering OP emit a new constrained MVAR and return it.
+  "If CMP-RES is clobbering OP emit a new constrained mvar and return it.
 Return OP otherwise."
   (if-let ((match (eql (comp-mvar-slot op) (comp-mvar-slot cmp-res)))
            (new-mvar (make-comp-mvar