From b013d1ecdd7cf8603de35159991b8b204ec74289 Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Mon, 26 Feb 1990 09:27:00 +0000 Subject: [PATCH] LTN-Bit-Vector => Local-TN-Bit-Vector. --- compiler/vop.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/vop.lisp b/compiler/vop.lisp index 2a2988cfd..5bc7fc1a6 100644 --- a/compiler/vop.lisp +++ b/compiler/vop.lisp @@ -568,7 +568,7 @@ ;; 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 ;; 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 (info :prin1 (vop-info-name info)) -- GitLab