* lisp/emacs-lisp/comp.el (comp-func): Fix doc for blocks slot.
This commit is contained in:
parent
b8772e8b08
commit
77fa6befb4
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue