Skip to content
Snippets Groups Projects
Commit 1b875e05 authored by ram's avatar ram
Browse files

Fixed comment.

parent 4d6fd77f
No related branches found
No related tags found
No related merge requests found
......@@ -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*)}*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment