1.0.26.20: tighter VECTOR-PUSH-EXTEND argument type
[sbcl.git] / src / compiler / constraint.lisp
index de2beec..e087eaf 100644 (file)
       (let ((new (make-constraint (length *constraint-universe*)
                                   kind x y not-p)))
         (vector-push-extend new *constraint-universe*
-                            (* 2 (length *constraint-universe*)))
+                            (1+ (length *constraint-universe*)))
         (conset-adjoin new (lambda-var-constraints x))
         (when (lambda-var-p y)
           (conset-adjoin new (lambda-var-constraints y)))