Skip to content
Snippets Groups Projects
Commit b013d1ec authored by ram's avatar ram
Browse files

LTN-Bit-Vector => Local-TN-Bit-Vector.

parent 73ff3c78
No related branches found
No related tags found
No related merge requests found
...@@ -568,7 +568,7 @@ ...@@ -568,7 +568,7 @@
;; Local-TN bit vector representing the set of TNs live after args are read ;; Local-TN bit vector representing the set of TNs live after args are read
;; and before results are written. This is only filled in when ;; and before results are written. This is only filled in when
;; VOP-INFO-SAVE-P is non-null. ;; VOP-INFO-SAVE-P is non-null.
(save-set nil :type (or ltn-bit-vector null))) (save-set nil :type (or local-tn-bit-vector null)))
(defprinter vop (defprinter vop
(info :prin1 (vop-info-name info)) (info :prin1 (vop-info-name info))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment