From a95d3f5c508a39e76142d096a44040f848dd22f0 Mon Sep 17 00:00:00 2001 From: Stas Boukarev Date: Tue, 8 Sep 2026 20:12:52 +0300 Subject: [PATCH] Fix block-compilation of the build --- src/compiler/ir1opt.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler/ir1opt.lisp b/src/compiler/ir1opt.lisp index 537a3b3e6..d4d185e52 100644 --- a/src/compiler/ir1opt.lisp +++ b/src/compiler/ir1opt.lisp @@ -2350,7 +2350,7 @@ converged-type-of-combination maybe-infer-iteration-var-type ir1-optimize-mv-combination - substitute-single-use-lvar)) + substitute-single-use-lvar iteration-step-values)) ;;; Propagate TYPE to LEAF and its REFS, marking things changed. ;;;