diff --git a/compiler/vop.lisp b/compiler/vop.lisp
index 2a2988cfd59aa17c7b8277f1efce1a10caaa8650..5bc7fc1a66b46dd2c8a49d7ce30049b23140b62e 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))