emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/native-comp 77fa6be 1/2: * lisp/emacs-lisp/comp.el (comp-func):


From: Andrea Corallo
Subject: feature/native-comp 77fa6be 1/2: * lisp/emacs-lisp/comp.el (comp-func): Fix doc for blocks slot.
Date: Sat, 10 Oct 2020 12:49:20 -0400 (EDT)

branch: feature/native-comp
commit 77fa6befb478f49a47ef1cee88e2c791e0037617
Author: Andrea Corallo <akrl@sdf.org>
Commit: Andrea Corallo <akrl@sdf.org>

    * lisp/emacs-lisp/comp.el (comp-func): Fix doc for blocks slot.
---
 lisp/emacs-lisp/comp.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el
index a7da7d4..d860fa3 100644
--- a/lisp/emacs-lisp/comp.el
+++ b/lisp/emacs-lisp/comp.el
@@ -368,8 +368,7 @@ Once in SSA form this *must* be set to 'dirty' every time 
the topology of the
 CFG is mutated by a pass.")
   (frame-size nil :type number)
   (blocks (make-hash-table) :type hash-table
-          :documentation "Key is the basic block symbol value is a comp-block
-structure.")
+          :documentation "Basic block name -> basic block.")
   (lap-block (make-hash-table :test #'equal) :type hash-table
              :documentation "LAP lable -> LIMPLE basic block name.")
   (edges () :type list



reply via email to

[Prev in Thread] Current Thread [Next in Thread]