diff --git a/compiler/tn.lisp b/compiler/tn.lisp index 9fe5a18796eab434e66c9b036c1da4a06dc87c0f..9cbbccdd5c8778c615f97df2b4d08c987a77b12e 100644 --- a/compiler/tn.lisp +++ b/compiler/tn.lisp @@ -446,7 +446,6 @@ (defun tn-value (tn) (declare (type tn tn)) (assert (member (tn-kind tn) '(:constant :cached-constant))) - (assert (/= (sc-number (tn-sc tn)) (sc-number-or-lose 'constant))) (constant-value (tn-leaf tn)))