From e3763da870f1c9e0b10a6fb0c413c87f8a80f0f7 Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Tue, 2 Oct 1990 14:14:39 +0000 Subject: [PATCH] Fixed reference to IR1-FINALIZE. --- compiler/profile.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compiler/profile.lisp b/compiler/profile.lisp index 2aa4d3cb5..52496bab2 100644 --- a/compiler/profile.lisp +++ b/compiler/profile.lisp @@ -38,7 +38,8 @@ clear-ir2-info macerate-ir1-component merge-top-level-lambdas - ir1-finalize + check-free-function + note-failed-optimization clear-stuff read-source-form fasl-dump-source-info -- GitLab