Support building without PSEUDO-ATOMIC on POSIX safepoints
[sbcl.git] / src / compiler / node.lisp
index 69bc295..852199e 100644 (file)
                                                    (where-from :defined)))
                       (:include leaf))
   ;; the value of the constant
-  (value (missing-arg) :type t))
+  (value (missing-arg) :type t)
+  ;; Boxed TN for this constant, if any.
+  (boxed-tn nil :type (or null tn)))
 (defprinter (constant :identity t)
   value)