Skip to content
Snippets Groups Projects
Commit 40748f7a authored by wlott's avatar wlott
Browse files

Moved vm-tran into loadcom.

parent a6eb953a
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;; ;;;
(ext:file-comment (ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/loadbackend.lisp,v 1.3 1992/02/25 22:55:17 wlott Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/loadbackend.lisp,v 1.4 1992/02/26 00:20:00 wlott Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -53,7 +53,6 @@ ...@@ -53,7 +53,6 @@
(load "vm:array") (load "vm:array")
(load "vm:pred") (load "vm:pred")
(load "vm:type-vops") (load "vm:type-vops")
(load "vm:vm-tran")
(load "assem:assem-rtns") (load "assem:assem-rtns")
...@@ -64,6 +63,5 @@ ...@@ -64,6 +63,5 @@
(load "assem:alloc") (load "assem:alloc")
(load "c:pseudo-vops") (load "c:pseudo-vops")
(load "vm:vm-tran")
(check-move-function-consistency) (check-move-function-consistency)
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