diff --git a/compiler/sparc/system.lisp b/compiler/sparc/system.lisp index af3948e48cf0369498361054b3f845405babf577..253f19089521b5f471eb6fd46812203b6eff8858 100644 --- a/compiler/sparc/system.lisp +++ b/compiler/sparc/system.lisp @@ -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)))