From 1b875e058a683453f7ad88af89d22154a1f28d63 Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Tue, 17 Apr 1990 13:33:06 +0000
Subject: [PATCH] Fixed comment.

---
 compiler/vmdef.lisp | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/compiler/vmdef.lisp b/compiler/vmdef.lisp
index c488949dd..4ee9b43a8 100644
--- a/compiler/vmdef.lisp
+++ b/compiler/vmdef.lisp
@@ -291,9 +291,8 @@
     
 ;;; DEFINE-MOVE-VOP  --  Public
 ;;;
-;;;    Note that we record the VOP in the Move[-Argument]-VOPS for all SCs that
-;;; we can move between (including implicit loading), whereas we only record
-;;; MOVE-COSTS for the explicitly specified SC pairs.
+;;;    We record the VOP and costs for all SCs that we can move between
+;;; (including implicit loading).
 ;;;
 (defmacro define-move-vop (name kind &rest scs)
   "Define-Move-VOP Name {:Move | :Move-Argument} {(From-SC*) (To-SC*)}*
-- 
GitLab