Skip to content
Snippets Groups Projects
Commit 76695dd9 authored by wlott's avatar wlott
Browse files

Nuked structurify.

parent 557a90f9
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
;;; Scott Fahlman (FAHLMAN@CMUC).
;;; **********************************************************************
;;;
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/system.lisp,v 1.2 1990/12/08 22:51:36 wlott Exp $
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/system.lisp,v 1.3 1991/01/09 02:11:32 wlott Exp $
;;;
;;; MIPS VM definitions of various system hacking operations.
;;;
......@@ -160,18 +160,6 @@
(move res x)))
(define-vop (structurify)
(:policy :fast-safe)
(:translate structurify)
(:args (vec :scs (descriptor-reg) :target struct))
(:results (struct :scs (descriptor-reg)))
(:temporary (:scs (any-reg)) temp)
(:generator 2
(inst li temp vm:structure-header-type)
(storew temp vec 0 vm:other-pointer-type)
(move struct vec)))
(define-vop (make-fixnum)
(:args (ptr :scs (any-reg descriptor-reg)))
(:results (res :scs (any-reg descriptor-reg)))
......
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