]> git.eshelyaron.com Git - emacs.git/commitdiff
better doc for comp-func struct
authorAndrea Corallo <akrl@sdf.org>
Sat, 21 Sep 2019 17:14:20 +0000 (19:14 +0200)
committerAndrea Corallo <akrl@sdf.org>
Wed, 1 Jan 2020 10:37:52 +0000 (11:37 +0100)
lisp/emacs-lisp/comp.el

index 01edd2b18fe7bf739fa093fc812a03e73a0a19a7..8761312a5474ae85a3c136ce46f2d3554de41129 100644 (file)
@@ -195,8 +195,7 @@ Is in use to help the SSA rename pass."))
           :documentation "Key is the basic block symbol value is a comp-block
 structure.")
   (lap-block (make-hash-table :test #'equal) :type hash-table
-             :documentation "Key value to convert from LAP label number to
-LIMPLE basic block.")
+             :documentation "LAP lable -> LIMPLE basic block.")
   (edges () :type list
          :documentation "List of edges connecting basic blocks.")
   (edge-cnt-gen (funcall #'comp-gen-counter) :type function